Merge "Add AdminPassword and KeystoneRegion stack outputs"

This commit is contained in:
Zuul 2022-05-02 16:19:53 +00:00 committed by Gerrit Code Review
commit 39731d9844
1 changed files with 16 additions and 0 deletions

View File

@ -412,6 +412,16 @@ parameters:
description: The name of the stack/plan.
type: string
AdminPassword:
description: The password for the keystone admin account, used for monitoring, querying neutron etc.
type: string
hidden: true
KeystoneRegion:
type: string
default: 'regionOne'
description: Keystone region for endpoint
{% for role in roles %}
{%- if role.deprecated_param_scheduler_hints is defined or role.deprecated_param_extraconfig is defined %}
{%- if not parameter_groups_defined|default(false) %}
@ -1406,3 +1416,9 @@ outputs:
value:
roles_data: {{ roles }}
networks_data: {{ networks }}
AdminPassword:
description: The password for the keystone admin account, used for monitoring, querying neutron etc.
value: {get_param: AdminPassword}
KeystoneRegion:
description: Keystone region for endpoint
value: {get_param: KeystoneRegion}