File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ stackhpc_ubuntu_focal_repos:
194
194
- " deb {{ stackhpc_repo_ubuntu_focal_url }} focal-updates main universe"
195
195
- " deb {{ stackhpc_repo_ubuntu_focal_url }} focal-backports main universe"
196
196
- " deb {{ stackhpc_repo_ubuntu_focal_security_url }} focal-security main universe"
197
- - " deb {{ stackhpc_repo_ubuntu_cloud_archive_url }} focal-updates/wallaby main"
197
+ - " deb {{ stackhpc_repo_ubuntu_cloud_archive_url }} focal-updates/{{ openstack_release }} main"
198
198
199
199
# Dict mapping Jinja2 block names in kolla's Docker images to their contents.
200
200
kolla_build_blocks :
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ stackhpc_pulp_repository_deb_repos:
68
68
policy : on_demand
69
69
architectures : amd64
70
70
components : main
71
- distributions : focal-updates/wallaby
71
+ distributions : " focal-updates/{{ openstack_release }} "
72
72
mirror : true
73
73
state : present
74
74
required : " {{ stackhpc_pulp_sync_ubuntu_focal | bool }}"
You can’t perform that action at this time.
0 commit comments