Also set nova::network::neutron::dhcp_domain

https://review.opendev.org/#/c/659394 set dhcp_domain
config with metadata manifest, but still nova hosts have dhcp_domain
set to default i.e. novalocal. Until it's clear why api/dhcp_domain
set in nova_metadata volume is not entertained by nova, let's set
nova::network::neutron::dhcp_domain also to ''.

Partial-Bug: #1832537
Change-Id: Ica532e7fe2c4578ec273855cb69179864f4746b4
This commit is contained in:
yatinkarel 2019-06-12 21:27:35 +05:30
parent 76b836e1a5
commit 12aaf4b54c
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ outputs:
nova::network::neutron::neutron_username: 'neutron'
nova::network::neutron::neutron_region_name: {get_param: KeystoneRegion}
nova::metadata::dhcp_domain: ''
nova::network::neutron::dhcp_domain: ''
nova::network::neutron::neutron_password: {get_param: NeutronPassword}
nova::network::neutron::neutron_auth_url: {get_param: [EndpointMap, KeystoneV3Internal, uri]}
nova::rabbit_heartbeat_timeout_threshold: 60