[openstack-quantum/el6-folsom: 14/14] disable namespaces until RHEL6 iproute supports it

Alan Pevec apevec at fedoraproject.org
Tue Oct 23 17:14:18 UTC 2012


commit 0e3a347d9acf12bf2828df005176d4fc88d82de2
Author: Alan Pevec <apevec at redhat.com>
Date:   Tue Oct 23 15:43:26 2012 +0200

    disable namespaces until RHEL6 iproute supports it

 quantum-dhcp-setup |    3 +++
 quantum-l3-setup   |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/quantum-dhcp-setup b/quantum-dhcp-setup
index ddbc444..596abff 100755
--- a/quantum-dhcp-setup
+++ b/quantum-dhcp-setup
@@ -133,4 +133,7 @@ openstack-config --set ${DHCP_CONF} DEFAULT admin_tenant_name ${OS_TENANT_NAME}
 # Update interface driver
 openstack-config --set ${DHCP_CONF} DEFAULT interface_driver ${LINUX_INTERFACE_DRIVER}
 
+# disable namespaces until RHEL6 iproute supports it
+openstack-config --set ${DHCP_CONF} DEFAULT use_namespaces False
+
 echo "Configuration updates complete!"
diff --git a/quantum-l3-setup b/quantum-l3-setup
index 533819f..f9030af 100755
--- a/quantum-l3-setup
+++ b/quantum-l3-setup
@@ -117,4 +117,7 @@ openstack-config --set ${L3_CONF} DEFAULT admin_tenant_name ${OS_TENANT_NAME}
 # Update interface driver
 openstack-config --set ${L3_CONF} DEFAULT interface_driver ${LINUX_INTERFACE_DRIVER}
 
+# disable namespaces until RHEL6 iproute supports it
+openstack-config --set ${L3_CONF} DEFAULT use_namespaces False
+
 echo "Configuration updates complete!"


More information about the scm-commits mailing list