Skip to content

Commit 0b57564

Browse files
committed
Test building images with downstream oslo.messaging
1 parent 2ec5672 commit 0b57564

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

etc/kayobe/kolla/kolla-build.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ apt_preferences = {{ lookup('env', 'KAYOBE_CONFIG_PATH') }}/environments/ci-buil
99
{% elif kolla_base_distro == 'rocky' %}
1010
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
1111
# NOTE(Alex-Welsh): rpm_setup_config is intentionally left blank to override defaults
12-
rpm_setup_config =
12+
rpm_setup_config =
1313
{% endif %}
1414
build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | join(',') }}
1515

1616
[openstack-base]
1717
type = git
1818
location = https://github.com/stackhpc/requirements
19-
reference = stackhpc/{{ openstack_release }}
19+
reference = om-test
2020

2121
[etcd]
2222
version = 3.5.21

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"
141141

142142
# Kolla source repository.
143143
stackhpc_kolla_source_url: "https://github.com/stackhpc/kolla"
144-
stackhpc_kolla_source_version: stackhpc/20.0.0.12
144+
stackhpc_kolla_source_version: om-test
145145

146146
# Kolla Ansible source repository.
147147
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"

0 commit comments

Comments
 (0)