Skip to content
Snippets Groups Projects
Commit adfb9567 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Secret generate fail with hostvars is undefined"

parents 357fb3e8 b719782d
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ cluster_interface: "{{ network_interface }}"
tunnel_interface: "{{ network_interface }}"
bifrost_network_interface: "{{ network_interface }}"
dns_interface: "{{ network_interface }}"
tunnel_interface_address: "{{ hostvars[inventory_hostname]['ansible_' + tunnel_interface]['ipv4']['address'] }}"
tunnel_interface_address: "{{ hostvars[inventory_hostname]['ansible_' + tunnel_interface]['ipv4']['address'] if orchestration_engine == 'ANSIBLE' else '0.0.0.0' }}"
# Valid options are [ openvswitch, linuxbridge, sfc ]
neutron_plugin_agent: "openvswitch"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment