Skip to content

Commit 9767e72

Browse files
committed
Test glance build with downstream glance-store
1 parent 7b30560 commit 9767e72

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ kolla_sources:
158158
type: git
159159
location: https://github.com/stackhpc/blazar
160160
reference: stackhpc/master
161+
glance-base:
162+
type: git
163+
location: https://github.com/stackhpc/glance
164+
reference: glance_rbd_slow_test
161165

162166
###############################################################################
163167
# Kolla image build configuration.
@@ -352,6 +356,9 @@ kolla_build_blocks:
352356
kolla_build_customizations_common:
353357
bifrost_base_pip_packages_append:
354358
- /additions/*
359+
glance_base_pip_packages_override:
360+
- "/glance"
361+
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store@stackhpc/4.7.0.3"
355362
ironic_inspector_pip_packages_append:
356363
- /additions/*
357364
magnum_base_pip_packages_override:

etc/kayobe/kolla/kolla-build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | jo
1313
[openstack-base]
1414
type = git
1515
location = https://github.com/stackhpc/requirements
16-
reference = stackhpc/{{ openstack_release }}
16+
reference = caracal-downstream-glance-store
1717

1818
[prometheus-v2-server]
1919
version = 2.54.1

0 commit comments

Comments
 (0)