Merge "Pre-fix neutron resource tags with 'tripleo_'"

This commit is contained in:
Zuul 2020-12-10 23:56:31 +00:00 committed by Gerrit Code Review
commit af2852df22
1 changed files with 2 additions and 2 deletions

View File

@ -87,11 +87,11 @@ resources:
replacement_policy: AUTO
tags:
- str_replace:
template: hostname=$HOSTNAME
template: tripleo_hostname=$HOSTNAME
params:
$HOSTNAME: {get_param: DnsName}
- str_replace:
template: stack_name=$STACK_NAME
template: tripleo_stack_name=$STACK_NAME
params:
$STACK_NAME: {get_param: StackName}