Use valid_interfaces instead of os_interface for placement
os_interface is deprecated, we should switch. Change-Id: I911576df939e6bc957f6c4422792d66a540129b6
This commit is contained in:
parent
f2e72352b1
commit
f4b4a33860
@ -261,7 +261,7 @@ outputs:
|
|||||||
nova::placement::password: {get_param: NovaPassword}
|
nova::placement::password: {get_param: NovaPassword}
|
||||||
nova::placement::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
nova::placement::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
||||||
nova::placement::region_name: {get_param: KeystoneRegion}
|
nova::placement::region_name: {get_param: KeystoneRegion}
|
||||||
nova::placement::os_interface: {get_param: NovaPlacementAPIInterface}
|
nova::placement::valid_interfaces: {get_param: NovaPlacementAPIInterface}
|
||||||
nova::database_connection:
|
nova::database_connection:
|
||||||
make_url:
|
make_url:
|
||||||
scheme: {get_param: [EndpointMap, MysqlInternal, protocol]}
|
scheme: {get_param: [EndpointMap, MysqlInternal, protocol]}
|
||||||
|
Loading…
Reference in New Issue
Block a user