Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Pre-fix neutron resource tags with 'tripleo_'"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 10, 2020
2 parents fcb9f62 + 1e70150 commit af2852d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network/ports/port.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit af2852d

Please sign in to comment.