Skip to content

Commit 610dd4f

Browse files
committed
Use downstream Glance to fix bug #2086675
1 parent 2f8f789 commit 610dd4f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

etc/kayobe/kolla.yml

+7
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ kolla_sources:
125125
type: git
126126
location: https://github.com/stackhpc/cloudkitty.git
127127
reference: stackhpc/{{ openstack_release }}
128+
glance-base:
129+
type: git
130+
location: https://github.com/stackhpc/glance
131+
reference: stackhpc/{{ openstack_release }}
128132
horizon-plugin-cloudkitty-dashboard:
129133
type: git
130134
location: https://github.com/stackhpc/cloudkitty-dashboard.git
@@ -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:

0 commit comments

Comments
 (0)