Skip to content

Commit 9646d75

Browse files
committed
Bump Neutron tag to fix multiple bugs
1 parent 5c7e56b commit 9646d75

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ kayobe_image_tags:
2020
# with signature: `Missing section footer for 0000:00:01.3/piix4_pm`. Test carefully before bumping.
2121
centos: yoga-20230718T112646
2222

23+
neutron_tag: yoga-20231110T152125
24+
2325
nova_tag: yoga-20231103T161400
2426
nova_libvirt_tag: "{% raw %}{{ kayobe_image_tags['nova_libvirt'][kolla_base_distro] | default(nova_tag) }}{% endraw %}"
2527

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)