Removing CONFIG_QUANTUM_USE_NAMESPACES option

Avoiding non-netns deployments, the value of use_namespaces
options is True by default.

Change-Id: Iea777787e7d024bcfed9e1f4dfc8831f6e7deed3
This commit is contained in:
Rami Vaknin
2013-08-06 17:23:54 +03:00
parent dbb86c4a6e
commit 0718925e13
4 changed files with 1 additions and 20 deletions

View File

@@ -86,8 +86,7 @@ def initConfig(controllerObject):
# resources are implemented) and quantum with namespaces (due
# to the provisioning manifest assuming this configuration).
return is_all_in_one(config) and \
config['CONFIG_QUANTUM_INSTALL'] == 'y' and \
config['CONFIG_QUANTUM_USE_NAMESPACES'] == 'y'
config['CONFIG_QUANTUM_INSTALL'] == 'y'
def allow_all_in_one_ovs_bridge(config):
return allow_provisioning(config) and \