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:
parent
9f93bb7a9e
commit
f2e72352b1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user