Skip to content

Commit fa0b887

Browse files
committed
Use glance and glance_store fork to fix [1]
[1] https://bugs.launchpad.net/glance/+bug/2086675
1 parent c086559 commit fa0b887

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 6 additions & 0 deletions
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.git
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,8 @@ kolla_build_blocks:
352356
kolla_build_customizations_common:
353357
bifrost_base_pip_packages_append:
354358
- /additions/*
359+
glance_api_pip_packages_append:
360+
- glance_store@git+https://github.com/stackhpc/glance_store@stackhpc/{{ openstack_release }}
355361
ironic_inspector_pip_packages_append:
356362
- /additions/*
357363
magnum_base_pip_packages_override:

0 commit comments

Comments
 (0)