Set default for neutron_local_ip

Move providing variable from integrated repo playbook to the role
defaults

Change-Id: Ibbd537281c716a1353fc20768ec1eb20e97edb62
This commit is contained in:
Dmitriy Rabotyagov 2021-11-15 10:32:06 +02:00
parent a1d60f78b2
commit 39dc90c99d
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ neutron_vxlan_ttl: 32
neutron_sriov_excluded_devices: ""
# neutron_local_ip is used for the VXLAN local tunnel endpoint
neutron_local_ip: 127.0.0.1
neutron_local_ip: "{{ tunnel_address | default('127.0.0.1') }}"
## Set this variable to configure the provider networks that will be available
## When setting up networking in things like the ml2_conf.ini file. Normally