File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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:
352356kolla_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 :
You can’t perform that action at this time.
0 commit comments