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:
125
125
type : git
126
126
location : https://github.com/stackhpc/cloudkitty.git
127
127
reference : stackhpc/{{ openstack_release }}
128
+ glance-base :
129
+ type : git
130
+ location : https://github.com/stackhpc/glance.git
131
+ reference : stackhpc/{{ openstack_release }}
128
132
horizon-plugin-cloudkitty-dashboard :
129
133
type : git
130
134
location : https://github.com/stackhpc/cloudkitty-dashboard.git
@@ -352,6 +356,8 @@ kolla_build_blocks:
352
356
kolla_build_customizations_common :
353
357
bifrost_base_pip_packages_append :
354
358
- /additions/*
359
+ glance_api_pip_packages_append :
360
+ - glance_store@git+https://github.com/stackhpc/glance_store@stackhpc/{{ openstack_release }}
355
361
ironic_inspector_pip_packages_append :
356
362
- /additions/*
357
363
magnum_base_pip_packages_override :
You can’t perform that action at this time.
0 commit comments