Skip to content

Commit f944348

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

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.
@@ -342,6 +346,9 @@ kolla_build_blocks:
342346
&& grafana-cli plugins install grafana-opensearch-datasource
343347
ironic_inspector_header: |
344348
ADD additions-archive /
349+
glance_base_pip_packages_override:
350+
- "/glance"
351+
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store@stackhpc/{{ openstack_release }}#egg=glance-store"
345352

346353
# Dict mapping image customization variable names to their values.
347354
# Each variable takes the form:

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)