Pre-fix neutron resource tags with 'tripleo_'

Tag was added to neutron port resources in:
https://review.opendev.org/c/openstack/tripleo-heat-templates/+/761845

Tag's previously added was pefixed with 'tripleo_'. This
change adds the 'tripleo_' prefix to the tags on neutron
port resources as well.

Partial-Implements: blueprint network-data-v2-ports
Change-Id: I0fa2230ae4f8ff4fdc6fc4b79e7bdcf3bdff342f
This commit is contained in:
Harald Jensås 2020-11-30 10:25:37 +01:00
parent d04421d48a
commit 1e7015081d
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}