Skip to content

Commit b24cbe9

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)