Merge "Use valid_interfaces instead of os_interface for placement"

This commit is contained in:
Zuul 2018-10-08 19:49:28 +00:00 committed by Gerrit Code Review
commit 535fce237c

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]}