Set nova dhcp_domain to empty string

With change I4db66155b2c4ba8e0639ec00f938a8bc2ac85762 we removed this
setting entirely but in such a scenario nova is appending .novalocal
and not leaving it empty.

This change explicitly sets it value to empty string, as we do already
for the overcloud [1].

1. https://github.com/openstack/tripleo-heat-templates/blob/stable/pike/puppet/services/nova-base.yaml#L221

Change-Id: Iffe0f3d7b85586534d558bc552ac21998391efac
Related-Bug: #1733874
This commit is contained in:
Giulio Fidente 2017-12-04 14:52:42 +01:00
parent 758e8caee0
commit 53e125199e
1 changed files with 1 additions and 0 deletions

View File

@ -421,6 +421,7 @@ nova::api_database_connection: mysql+pymysql://nova_api:{{UNDERCLOUD_NOVA_PASSWO
nova::placement_database_connection: mysql+pymysql://nova_placement:{{UNDERCLOUD_NOVA_PASSWORD}}@{{LOCAL_IP_WRAPPED}}/nova_placement
nova::notify_on_state_change: 'vm_and_task_state'
nova::scheduler::enabled: true
nova::network::neutron::dhcp_domain: ''
nova::compute::force_config_drive: true
nova::compute::reserved_host_memory: '0'
nova::compute::vnc_enabled: false