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
This commit is contained in:
parent
091f33c8da
commit
a2694d3147
@ -254,6 +254,7 @@ glance_pip_packages:
|
|||||||
- python-swiftclient
|
- python-swiftclient
|
||||||
- systemd-python
|
- systemd-python
|
||||||
- warlock
|
- warlock
|
||||||
|
- "{{ ('s3' in _glance_available_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: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user