Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ kolla_image_tags:
openstack:
rocky-9: 2024.1-rocky-9-20241218T141751
ubuntu-jammy: 2024.1-ubuntu-jammy-20241218T141809
glance:
rocky-9: 2024.1-rocky-9-20250213T103134
ubuntu-jammy: 2024.1-ubuntu-jammy-20250213T103134
horizon:
rocky-9: 2024.1-rocky-9-20250203T171853
ubuntu-jammy: 2024.1-ubuntu-jammy-20250203T171853
Expand Down
7 changes: 7 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/cloudkitty.git
reference: stackhpc/{{ openstack_release }}
glance-base:
type: git
location: https://github.com/stackhpc/glance
reference: stackhpc/{{ openstack_release }}
horizon-plugin-cloudkitty-dashboard:
type: git
location: https://github.com/stackhpc/cloudkitty-dashboard.git
Expand Down Expand Up @@ -352,6 +356,9 @@ kolla_build_blocks:
kolla_build_customizations_common:
bifrost_base_pip_packages_append:
- /additions/*
glance_base_pip_packages_override:
- "/glance"
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store@stackhpc/4.7.0.3"
ironic_inspector_pip_packages_append:
- /additions/*
magnum_base_pip_packages_override:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Fix `bug 2086675: <https://bugs.launchpad.net/glance/+bug/2086675>__`
Performance regression for Glance with RBD backend.
Loading