Use valid_interfaces instead of os_interface for placement

os_interface is deprecated, we should switch.

Change-Id: I911576df939e6bc957f6c4422792d66a540129b6
This commit is contained in:
Juan Antonio Osorio Robles 2018-10-04 16:01:02 +03:00
parent f2e72352b1
commit f4b4a33860

View File

@ -261,7 +261,7 @@ outputs:
nova::placement::password: {get_param: NovaPassword}
nova::placement::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
nova::placement::region_name: {get_param: KeystoneRegion}
nova::placement::os_interface: {get_param: NovaPlacementAPIInterface}
nova::placement::valid_interfaces: {get_param: NovaPlacementAPIInterface}
nova::database_connection:
make_url:
scheme: {get_param: [EndpointMap, MysqlInternal, protocol]}