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:
19
19
nova :
20
20
rocky-9 : 2023.1-rocky-9-20240723T140948
21
21
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
22
25
opensearch :
23
26
ubuntu-jammy : 2023.1-ubuntu-jammy-20240509T094444
Original file line number Diff line number Diff line change @@ -147,6 +147,14 @@ kolla_sources:
147
147
type : git
148
148
location : https://github.com/stackhpc/networking-generic-switch.git
149
149
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 }}
150
158
151
159
# ##############################################################################
152
160
# 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