Skip to content

Commit 451bcc5

Browse files
committed
Xena: use openstack_release for UCA distribution
1 parent 2f18bcb commit 451bcc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ stackhpc_ubuntu_focal_repos:
194194
- "deb {{ stackhpc_repo_ubuntu_focal_url }} focal-updates main universe"
195195
- "deb {{ stackhpc_repo_ubuntu_focal_url }} focal-backports main universe"
196196
- "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"
198198

199199
# Dict mapping Jinja2 block names in kolla's Docker images to their contents.
200200
kolla_build_blocks:

etc/kayobe/pulp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ stackhpc_pulp_repository_deb_repos:
6868
policy: on_demand
6969
architectures: amd64
7070
components: main
71-
distributions: focal-updates/wallaby
71+
distributions: "focal-updates/{{ openstack_release }}"
7272
mirror: true
7373
state: present
7474
required: "{{ stackhpc_pulp_sync_ubuntu_focal | bool }}"

0 commit comments

Comments
 (0)