File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,8 @@ kolla_image_tags:
1919 nova :
2020 rocky-9 : 2023.1-rocky-9-20240723T140948
2121 ubuntu-jammy : 2023.1-ubuntu-jammy-20240723T140948
22+ octavia :
23+ rocky-9 : 2023.1-rocky-9-20240730T090421
24+ ubuntu-jammy : 2023.1-ubuntu-jammy-20240730T090421
2225 opensearch :
2326 ubuntu-jammy : 2023.1-ubuntu-jammy-20240509T094444
Original file line number Diff line number Diff line change @@ -147,6 +147,14 @@ kolla_sources:
147147 type : git
148148 location : https://github.com/stackhpc/networking-generic-switch.git
149149 reference : stackhpc/{{ openstack_release }}
150+ octavia-api-plugin-ovn-octavia-provider :
151+ type : git
152+ location : https://github.com/stackhpc/ovn-octavia-provider.git
153+ reference : stackhpc/{{ openstack_release }}
154+ octavia-driver-agent-plugin-ovn-octavia-provider :
155+ type : git
156+ location : https://github.com/stackhpc/ovn-octavia-provider.git
157+ reference : stackhpc/{{ openstack_release }}
150158
151159# ##############################################################################
152160# Kolla image build configuration.
Original file line number Diff line number Diff line change 1+ ---
2+ fixes :
3+ - |
4+ Updates Octavia container images to fix a maintenance task that was
5+ breaking OVN IPv4 load balancers with health monitors.
6+ `LP#2072754 <https://bugs.launchpad.net/nova/+bug/2072754>`__.
You can’t perform that action at this time.
0 commit comments