Skip to content

Commit 1c37580

Browse files
authored
Merge pull request #773 from stackhpc/bump-neutron-tag
Bump Neutron tag to fix multiple bugs
2 parents 70d22e4 + e446d94 commit 1c37580

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ kayobe_image_tags:
2222

2323
cloudkitty_tag: yoga-20231107T165648
2424
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
25+
neutron_tag: yoga-20231114T125927
2526

2627
# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
2728
glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes Neutron so that load balancer FIPs are not broken on Neutron restart.
5+
See `Neutron bug report
6+
<https://bugs.launchpad.net/neutron/+bug/2042938>`__.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes issue where Netmiko devices were sending no commands to the switch
5+
since plug_bond_to_network is overridden in
6+
networking_generic_switch/devices/netmiko_devices/init.py and
7+
PLUG_BOND_TO_NETWORK to set to None.
8+
See `NGS bug report
9+
<https://bugs.launchpad.net/networking-generic-switch/+bug/2041516>`__.

0 commit comments

Comments
 (0)