Merge "Only create patch links on overcloud hosts"

This commit is contained in:
Zuul 2022-03-16 01:49:30 +00:00 committed by Gerrit Code Review
commit 0c3fd4b5e2
2 changed files with 7 additions and 0 deletions

View File

@ -46,3 +46,4 @@
name: veth
vars:
veth_interfaces: "{{ network_interfaces | net_ovs_veths }}"
when: "'overcloud' in group_names"

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue where patch links could be erroneously created
on hosts not in the overcloud group. See `Story 2009911
<https://storyboard.openstack.org/#!/story/2009911>`__ for details.