Skip to content

Commit 5946a52

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)