Add boto3 module for s3 backend

This patch adds the boto3 python module, which is a dependency
for the s3 glance backend.

Closes-Bug: #1955683
Change-Id: I5f5a921d8a08d5dfb09e2bca71d49c85115a60aa
(cherry picked from commit a2694d31479beb57336af2d7880db9722a4be582)
This commit is contained in:
James Denton 2021-12-23 21:13:19 -06:00 committed by Jonathan Rosser
parent ce5fde12e6
commit 084b6b4d9d

View File

@ -247,6 +247,7 @@ glance_pip_packages:
- python-swiftclient - python-swiftclient
- systemd-python - systemd-python
- warlock - warlock
- "{{ ('s3' in [ glance_default_store ] + glance_additional_stores) | ternary('boto3', '') }}"
# Specific pip packages provided by the user # Specific pip packages provided by the user
glance_user_pip_packages: [] glance_user_pip_packages: []