Merge "Add missing region_name for ironic access from nova"
This commit is contained in:
commit
a74a8cd69b
@ -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
|
||||
- {}
|
||||
|
Loading…
Reference in New Issue
Block a user