Skip to content

Commit 2f42391

Browse files
feat(glance): Adds storing glance images in AWS S3 backend.
1 parent c92f1d9 commit 2f42391

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

components/images-openstack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ images:
8282
horizon_db_sync: "ghcr.io/rackerlabs/understack/horizon:2025.2"
8383

8484
# glance
85-
glance_api: "ghcr.io/rackerlabs/understack/glance:2025.2"
86-
glance_db_sync: "ghcr.io/rackerlabs/understack/glance:2025.2"
87-
glance_metadefs_load: "ghcr.io/rackerlabs/understack/glance:2025.2"
85+
glance_api: "ghcr.io/rackerlabs/understack/glance:pr-2027"
86+
glance_db_sync: "ghcr.io/rackerlabs/understack/glance:pr-2027"
87+
glance_metadefs_load: "ghcr.io/rackerlabs/understack/glance:pr-2027"
8888
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
8989

9090
# skyline

containers/glance/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22

33
ARG OPENSTACK_VERSION="required_argument"
44
FROM quay.io/airshipit/glance:${OPENSTACK_VERSION}-ubuntu_noble AS final
5+
6+
# Required for using the Glance S3 backend
7+
RUN /var/lib/openstack/bin/pip install boto3

0 commit comments

Comments
 (0)