Merge "Add missing region_name for ironic access from nova"

This commit is contained in:
Zuul 2020-04-18 07:54:39 +00:00 committed by Gerrit Code Review
commit a74a8cd69b
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,10 @@ parameters:
description: The password for the Ironic service and db account, used by the Ironic services
type: string
hidden: true
KeystoneRegion:
type: string
default: 'regionOne'
description: Keystone region for endpoint
MultipathdEnable:
default: false
description: Whether to enable the multipath daemon
@ -110,6 +114,7 @@ outputs:
nova::ironic::common::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
nova::ironic::common::username: 'ironic'
nova::ironic::common::api_endpoint: {get_param: [EndpointMap, IronicInternal, uri]}
nova::ironic::common::region_name: {get_param: KeystoneRegion}
- if:
- ironic_api_max_retry_cond
- {}