Merge "Correctly set DEFAULT/dhcp_domain to empty string." into stable/newton

This commit is contained in:
Jenkins 2017-10-11 06:34:43 +00:00 committed by Gerrit Code Review
commit f2f3bce268
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ outputs:
nova::purge_config: {get_param: EnableConfigPurge}
nova::network::neutron::neutron_project_name: 'service'
nova::network::neutron::neutron_username: 'neutron'
nova::network::neutron::dhcp_domain: ''
nova::network::neutron::dhcp_domain: "''"
nova::network::neutron::neutron_password: {get_param: NeutronPassword}
nova::network::neutron::neutron_url: {get_param: [EndpointMap, NeutronInternal, uri]}
nova::network::neutron::neutron_auth_url: {get_param: [EndpointMap, KeystoneV3Admin, uri]}