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

View File

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