@@ -115,7 +115,7 @@ kolla_docker_registry_password: "{{ stackhpc_docker_registry_password }}"
115
115
# 'stackhpc/{{ openstack_release }}' which would keep the branch up to date
116
116
# for the current release. This is nice in theory but in practice, the stackhpc
117
117
# forks change with every release and the elements in this list change with
118
- # them. Explicitly using /zed makes it more intuitive to find and edit these
118
+ # them. Explicitly using /2021.3 makes it more intuitive to find and edit these
119
119
# entries.
120
120
kolla_sources :
121
121
bifrost-base-additions-stackhpc-inspector-plugins :
@@ -126,11 +126,11 @@ kolla_sources:
126
126
cloudkitty-base :
127
127
type : git
128
128
location : https://github.com/stackhpc/cloudkitty.git
129
- reference : stackhpc/zed
129
+ reference : stackhpc/2023.1
130
130
horizon-plugin-cloudkitty-dashboard :
131
131
type : git
132
132
location : https://github.com/stackhpc/cloudkitty-dashboard.git
133
- reference : stackhpc/zed
133
+ reference : stackhpc/2023.1
134
134
ironic-inspector-additions-stackhpc-inspector-plugins :
135
135
# Install our custom inspector plugins.
136
136
type : git
@@ -140,11 +140,11 @@ kolla_sources:
140
140
magnum-base :
141
141
type : git
142
142
location : https://github.com/stackhpc/magnum.git
143
- reference : stackhpc/zed
143
+ reference : stackhpc/2023.1
144
144
neutron-base-plugin-networking-generic-switch :
145
145
type : git
146
146
location : https://github.com/stackhpc/networking-generic-switch.git
147
- reference : stackhpc/zed
147
+ reference : stackhpc/2023.1
148
148
149
149
# ##############################################################################
150
150
# Kolla image build configuration.
0 commit comments