Skip to content

Commit bcd8844

Browse files
committed
Fix kolla_base_distro check - no more CentOS
1 parent 76ff290 commit bcd8844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ kolla_build_blocks:
269269
{% endfor %}
270270
footer: |
271271
{% if stackhpc_kolla_clean_up_repo_mirrors | bool %}
272-
{% if kolla_base_distro == 'centos' %}
272+
{% if kolla_base_distro == 'rocky' %}
273273
RUN \
274274
tar -xzf /etc/yum.repos.d.backup/repos.tar.gz -C /etc/yum.repos.d && \
275275
if grep -r '{{ stackhpc_repo_mirror_url }}' /etc/yum.repos.d; then \

0 commit comments

Comments
 (0)