Merge "Configure the placement API's interface to use the internal endpoint"

This commit is contained in:
Jenkins 2017-02-14 00:38:20 +00:00 committed by Gerrit Code Review
commit fab8f52263
1 changed files with 6 additions and 0 deletions

View File

@ -115,6 +115,11 @@ parameters:
description: >
Cron to move deleted instances to another table - Until complete
default: false
NovaPlacementAPIInterface:
type: string
description: >
Endpoint interface to be used for the placement API.
default: 'internal'
conditions:
@ -136,6 +141,7 @@ outputs:
nova::placement::password: {get_param: NovaPassword}
nova::placement::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]}
nova::placement::os_region_name: {get_param: KeystoneRegion}
nova::placement::os_interface: {get_param: NovaPlacementAPIInterface}
nova::database_connection:
list_join:
- ''