In-house patch to remove confusing namespace warning message in the log file.
--- neutron-2015.1.2/neutron/agent/common/config.py.orig Tue Jul 12 13:31:47 2016
+++ neutron-2015.1.2/neutron/agent/common/config.py Tue Jul 12 13:32:04 2016
@@ -54,8 +54,7 @@
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),
+ "will be removed in a future release.")),
]
IPTABLES_OPTS = [