Fix placement region setting

We were using a deprecated interfce to set this value. This uses the
correct one.

Closes-Bug: #1793665
Change-Id: Ib7717911aba3267f855ac6682b0144bfe92034fb
This commit is contained in:
Juan Antonio Osorio Robles 2018-10-04 15:52:40 +03:00
parent 9f93bb7a9e
commit f2e72352b1
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ outputs:
nova::placement::project_name: 'service'
nova::placement::password: {get_param: NovaPassword}
nova::placement::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
nova::placement::os_region_name: {get_param: KeystoneRegion}
nova::placement::region_name: {get_param: KeystoneRegion}
nova::placement::os_interface: {get_param: NovaPlacementAPIInterface}
nova::database_connection:
make_url: