Skip to content

Commit 32bb55c

Browse files
authored
[2023.1] Fix eswitchd and neutron_mlnx_agent not using our fork (#1326)
* [2023.1] Fix eswitchd and neutron_mlnx_agent not using our fork The neutron_mlnx_agent based containers are not using the neutron plugins, so we need to customize the pip package directly. * Bump neutron containers * Update kolla-image-tags.yml * Update kolla-image-tags.yml
1 parent 4652065 commit 32bb55c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ kolla_image_tags:
3333
manila:
3434
rocky-9: 2023.1-rocky-9-20240809T102431
3535
neutron:
36-
rocky-9: 2023.1-rocky-9-20240926T151818
37-
ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818
36+
rocky-9: 2023.1-rocky-9-20241011T212435
37+
ubuntu-jammy: 2023.1-ubuntu-jammy-20241011T212435
3838
nova:
3939
rocky-9: 2023.1-rocky-9-20240926T151818
4040
ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818

etc/kayobe/kolla.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,8 @@ kolla_build_customizations_common:
456456
nova_compute_packages_append:
457457
- python3-libvirt
458458
- python3-ethtool
459+
neutron_mlnx_agent_pip_packages_override:
460+
- networking-mlnx@git+https://github.com/stackhpc/networking-mlnx@stackhpc/{{ openstack_release }}
459461

460462
kolla_build_customizations_rocky:
461463
kolla_toolbox_packages_remove:

0 commit comments

Comments
 (0)