Merge "Pass centos.repo from host during image build."

This commit is contained in:
Zuul 2022-12-29 00:25:30 +00:00 committed by Gerrit Code Review
commit f7e9114803
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ overcloud_as_undercloud: true
overcloud_repo_paths:
- "/etc/yum.repos.d/delorean*"
- "/etc/yum.repos.d/quickstart-*"
- "/etc/yum.repos.d/centos.repo"
- "{% if job is defined and job.component is defined -%}/etc/yum.repos.d/*-component.repo{%- endif -%}"