aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2018-08-31 14:57:42 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2018-08-31 14:57:42 +0800
commit3a24c12eea062ed00970c07e0441779ea74cb509 (patch)
tree1d08c0cb0a47465d8bcc8bcf7088c0b3a12fe707
parent352b939c32b49d3013ff03c43ec83e9cc1514ca8 (diff)
Remove duplicate varible
JIRA: - Varible odl_l3_agent now will be specified as a cluster parameter. Get rid of the unnecessary varible declaration. Change-Id: I56a7c92033c1f3958a24f99eef893e4427cd3daf Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
-rwxr-xr-xdeploy/compass_conf/templates/ansible_installer/openstack_queens/vars/HA-ansible-multinodes.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy/compass_conf/templates/ansible_installer/openstack_queens/vars/HA-ansible-multinodes.tmpl b/deploy/compass_conf/templates/ansible_installer/openstack_queens/vars/HA-ansible-multinodes.tmpl
index 871850b3..202f86bb 100755
--- a/deploy/compass_conf/templates/ansible_installer/openstack_queens/vars/HA-ansible-multinodes.tmpl
+++ b/deploy/compass_conf/templates/ansible_installer/openstack_queens/vars/HA-ansible-multinodes.tmpl
@@ -62,7 +62,6 @@ run_dir: $getVar('run_dir', '')
enable_secgroup: $getVar('enable_secgroup', True)
enable_fwaas: $getVar('enable_fwaas', True)
enable_vpnaas: $getVar('enable_vpnaas', True)
-odl_l3_agent: $getVar('odl_l3_agent', 'Disable')
ha_network: $getVar('ha_network', 'Disable')
onos_nic: $getVar('onos_nic', 'eth2')
onos_sfc: $getVar('onos_sfc', 'Disable')