Merge "Fix issue with scale down and overcloud TLS"

This commit is contained in:
Zuul 2021-03-13 03:17:21 +00:00 committed by Gerrit Code Review
commit 0885a661ea
1 changed files with 5 additions and 8 deletions

View File

@ -717,6 +717,10 @@ parameters:
tags:
- role_specific
RootStackName:
description: The name of the stack/plan.
type: string
parameter_groups:
- label: deprecated
description: |
@ -1619,14 +1623,7 @@ outputs:
- container_cli == 'podman'
tags: down
environment:
OS_USERNAME: admin
OS_USER_DOMAIN_NAME: "Default"
OS_PROJECT_DOMAIN_NAME: "Default"
OS_PROJECT_NAME: admin
OS_PASSWORD: { get_param: AdminPassword }
OS_AUTH_URL: { get_param: [EndpointMap, KeystoneV3Public, uri] }
OS_IDENTITY_API_VERSION: 3
OS_AUTH_TYPE: password
OS_CLOUD: {get_param: RootStackName}
block:
# Some tasks are running from the Undercloud which has
# the OpenStack clients installed.