File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ kolla_image_tags:
39
39
rocky-9 : 2023.1-rocky-9-20240926T151818
40
40
ubuntu-jammy : 2023.1-ubuntu-jammy-20240926T151818
41
41
octavia :
42
- rocky-9 : 2023.1-rocky-9-20240730T090421
43
- ubuntu-jammy : 2023.1-ubuntu-jammy-20240730T090421
42
+ rocky-9 : 2023.1-rocky-9-20241015T100903
43
+ ubuntu-jammy : 2023.1-ubuntu-jammy-20241015T100903
44
44
opensearch :
45
45
ubuntu-jammy : 2023.1-ubuntu-jammy-20240509T094444
46
46
openvswitch :
Original file line number Diff line number Diff line change @@ -155,6 +155,10 @@ kolla_sources:
155
155
type : git
156
156
location : https://github.com/stackhpc/networking-mlnx
157
157
reference : stackhpc/{{ openstack_release }}
158
+ octavia-base :
159
+ type : git
160
+ location : https://github.com/stackhpc/octavia.git
161
+ reference : stackhpc/{{ openstack_release }}
158
162
159
163
# ##############################################################################
160
164
# Kolla image build configuration.
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Fixes creation and failover of Octavia TLS-terminated load balancers when
5
+ storing the certificate and key as a PKCS12 bundle in Barbican.
You can’t perform that action at this time.
0 commit comments