File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ stackhpc_ubuntu_jammy_repos:
225
225
# Dict mapping Jinja2 block names in kolla's Docker images to their contents.
226
226
kolla_build_blocks :
227
227
base_header : |
228
- {% if kolla_base_distro == rocky %}
228
+ {% if kolla_base_distro == ' rocky' %}
229
229
RUN \
230
230
{% for repo in stackhpc_yum_repos %}
231
231
sed -i -e '/\[{{ repo.tag }}\]/,/^\[/ s/^\(mirrorlist *=.*\)/#\1/g' \
@@ -237,7 +237,7 @@ kolla_build_blocks:
237
237
{% endif %}
238
238
base_centos_repo_overrides_post_yum : |
239
239
{# fixme #}
240
- {% if kolla_base_distro == rocky %}
240
+ {% if kolla_base_distro == ' rocky' %}
241
241
&& \
242
242
{% for repo in base_centos_repo_overrides_post_yum_list %}
243
243
sed -i -e '/\[{{ repo.tag }}\]/,/^\[/ s/^\(mirrorlist *=.*\)/#\1/g' \
You can’t perform that action at this time.
0 commit comments