Skip to content

Commit

Permalink
Merge "Only create patch links on overcloud hosts" into stable/wallaby
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Mar 19, 2022
2 parents bc4b70c + 6886ce6 commit c9945c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/network-redhat/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@
name: veth
vars:
veth_interfaces: "{{ network_interfaces | net_ovs_veths }}"
when: "'overcloud' in group_names"
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c9945c8

Please sign in to comment.