Merge "Fix Neutron region in nova.conf"

This commit is contained in:
Jenkins 2017-02-13 14:05:52 +00:00 committed by Gerrit Code Review
commit efdb1461d2
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ outputs:
nova::purge_config: {get_param: EnableConfigPurge}
nova::network::neutron::neutron_project_name: 'service'
nova::network::neutron::neutron_username: 'neutron'
nova::network::neutron::neutron_region_name: {get_param: KeystoneRegion}
nova::network::neutron::dhcp_domain: ''
nova::network::neutron::neutron_password: {get_param: NeutronPassword}
nova::network::neutron::neutron_url: {get_param: [EndpointMap, NeutronInternal, uri]}