aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/client.py
diff options
context:
space:
mode:
authorchenshuai@huawei.com <chenshuai@huawei.com>2016-08-04 23:17:34 -0400
committerchenshuai@huawei.com <chenshuai@huawei.com>2016-08-04 23:54:49 -0400
commitf32e14547b53b4ea3420df9443282c4ba6aa1f3d (patch)
treef026d5251e1948510b813e240252b850c12fed7f /deploy/client.py
parent5b533929e96a543172ca301797e9c664851ab443 (diff)
bugfix moon switch
JIRA: COMPASS-465 Change-Id: I7161d8ec018819ac8497b6f323adeafccbc8dfd9 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
Diffstat (limited to 'deploy/client.py')
-rw-r--r--deploy/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/client.py b/deploy/client.py
index d44a3716..51919838 100644
--- a/deploy/client.py
+++ b/deploy/client.py
@@ -733,7 +733,7 @@ class CompassClient(object):
package_config['enable_fwaas'] = (CONF.enable_fwaas== "true")
package_config['enable_vpnaas'] = (CONF.enable_vpnaas== "true")
package_config['odl_l3_agent'] = "Enable" if CONF.odl_l3_agent == "Enable" else "Disable"
- package_config['moon'] = "Enable" if CONF.odl_l3_agent == "Enable" else "Disable"
+ package_config['moon'] = "Enable" if CONF.moon == "Enable" else "Disable"
package_config['onos_sfc'] = "Enable" if CONF.onos_sfc == "Enable" else "Disable"
status, resp = self.client.update_cluster_config(