diff --git a/deployment/nova/nova-ironic-container-puppet.yaml b/deployment/nova/nova-ironic-container-puppet.yaml index dc8e6faa7f..308cc0e8c8 100644 --- a/deployment/nova/nova-ironic-container-puppet.yaml +++ b/deployment/nova/nova-ironic-container-puppet.yaml @@ -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 - {}