Skip to content

Commit 80b8b0e

Browse files
authored
Merge pull request #1596 from stackhpc/fix-glance-build
Remove .git for glance_store override to fix pip dependency conflict
2 parents e7b235d + 53d4a43 commit 80b8b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ kolla_build_customizations_common:
358358
- /additions/*
359359
glance_base_pip_packages_override:
360360
- "/glance"
361-
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store.git@stackhpc/4.7.0.3"
361+
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store@stackhpc/4.7.0.3"
362362
ironic_inspector_pip_packages_append:
363363
- /additions/*
364364
magnum_base_pip_packages_override:

0 commit comments

Comments
 (0)