Skip to content

Bump Neutron tag to fix multiple bugs #773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ kayobe_image_tags:

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

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