[openstack-neutron/f20] enforce force_gateway_on_subnet=True in neutron-dist.conf, rhbz#1090553

Ihar Hrachyshka ihrachyshka at fedoraproject.org
Mon Sep 29 15:34:20 UTC 2014


commit f7d9cec9e6ca53ca3e5df2e0c84f8b76f4ab9a18
Author: Ihar Hrachyshka <ihrachys at redhat.com>
Date:   Mon Sep 29 15:40:56 2014 +0200

    enforce force_gateway_on_subnet=True in neutron-dist.conf, rhbz#1090553
    
    Resolves: rhbz#1090553

 neutron-dist.conf      |    1 +
 openstack-neutron.spec |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/neutron-dist.conf b/neutron-dist.conf
index 091f7eb..e46e56a 100644
--- a/neutron-dist.conf
+++ b/neutron-dist.conf
@@ -5,6 +5,7 @@ auth_strategy = noauth
 notification_driver = neutron.openstack.common.notifier.rpc_notifier
 rpc_backend = neutron.openstack.common.rpc.impl_qpid
 allow_overlapping_ips = True
+force_gateway_on_subnet = True
 
 [quotas]
 
diff --git a/openstack-neutron.spec b/openstack-neutron.spec
index cca1229..a08c454 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -2,7 +2,7 @@
 
 Name:		openstack-neutron
 Version:	2013.2.4
-Release:	3%{?dist}
+Release:	4%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.4.b3
 Summary:	OpenStack Networking Service
@@ -1159,6 +1159,9 @@ fi
 
 
 %changelog
+* Mon Sep 29 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2013.2.4-4
+- enforce force_gateway_on_subnet=True in neutron-dist.conf, rhbz#1090553
+
 * Thu Sep 25 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2013.2.4-3
 - Forbid regular users to reset admin-only attrs to default values, rhbz#1142013
 


More information about the scm-commits mailing list