Merge "Set nova dhcp_domain to empty string" into stable/pike

This commit is contained in:
Zuul 2017-12-13 12:30:56 +00:00 committed by Gerrit Code Review
commit b41bce5dcd
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,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