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

Commit

Permalink
Merge "Add tripleo_network_name tag hint to networks"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Apr 14, 2021
2 parents 692875f + 70dc61c commit 62deb3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network/network.j2
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ resources:
- {'mtu': {get_param: {{network.name}}Mtu}}
tags:
- tripleo_net_idx={{network.idx}}
- tripleo_network_name={{network.name}}
- tripleo_vip={{network.vip|default(false)}}
{%- if network.service_net_map_replace|default('') %}
- tripleo_service_net_map_replace={{network.service_net_map_replace}}
Expand Down

0 comments on commit 62deb3d

Please sign in to comment.