Start using orchestration_engine variable
This PS switches to use orchestration_engine variable to differentiate between ansible and kubernetes when generating configs. TrivialFix Change-Id: I8e566a9995f49e924614331458d0c81b9925e543
This commit is contained in:
parent
b7d1d98668
commit
4d6afc67be
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"command": "start-ovsdb-server {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }} {% if keystone_replicas is defined %} {{ neutron_bridge_name }} {{ neutron_external_interface }} {% endif %}",
|
"command": "start-ovsdb-server {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }} {% if orchestration_engine == 'KUBERNETES' %} {{ neutron_bridge_name }} {{ neutron_external_interface }} {% endif %}",
|
||||||
"config_files": []
|
"config_files": []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user