23179502 Confusing namespaces warning message from neutron-dhcp
authorVardhnee Ramanujam Ravi <vardhnee.ramanujam.ravi@oracle.com>
Tue, 07 Jun 2016 13:31:16 -0700
changeset 6150 43c12ea821f2
parent 6149 38eb79de0214
child 6151 af11d2e6712a
23179502 Confusing namespaces warning message from neutron-dhcp
components/openstack/neutron/patches/09-dhcp-agent-warning-fix.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/openstack/neutron/patches/09-dhcp-agent-warning-fix.patch	Tue Jun 07 13:31:16 2016 -0700
@@ -0,0 +1,22 @@
+In-house patch to remove confusing namespace warning message in the log file.
+
+*** neutron-2015.1.2/neutron/agent/common/config.py	Tue Oct 13 10:35:16 2015
+--- new/neutron/agent/common/config.py	Fri Jun  3 13:25:51 2016
+***************
+*** 54,61 ****
+  USE_NAMESPACES_OPTS = [
+      cfg.BoolOpt('use_namespaces', default=True,
+                  help=_("Allow overlapping IP. This option is deprecated and "
+!                        "will be removed in a future release."),
+!                 deprecated_for_removal=True),
+  ]
+  
+  IPTABLES_OPTS = [
+--- 54,60 ----
+  USE_NAMESPACES_OPTS = [
+      cfg.BoolOpt('use_namespaces', default=True,
+                  help=_("Allow overlapping IP. This option is deprecated and "
+!                        "will be removed in a future release.")),
+  ]
+  
+  IPTABLES_OPTS = [