Glance API missing boto3 after S3 backend addition
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Wishlist
|
Maksim Malchuk |
Bug Description
Deployment of Glance API service fails with the Docker image kolla/ubuntu-
**Error**:
2020-06-19 11:45:48.991 6 ERROR stevedore.extension [-] Could not load 'glance.
2020-06-19 11:45:49.005 6 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundE
**glance-
[DEFAULT]
debug = False
log_file = /var/log/
use_forwarded_for = true
workers = 5
enabled_backends = rbd:rbd
show_multiple_
cinder_catalog_info = volume:
[glance_store]
default_backend = rbd
The Python module boto3 is not available in the Docker image:
/var/lib/
glance-store==2.0.0
/var/lib/
0
**Environment**:
* OS (e.g. from /etc/os-release): Ubuntu 18.04 LTS
* Kernel (e.g. `uname -a`): Linux <> 4.15.0-19-generic
* Docker version if applicable (e.g. `docker version`): 19.03.11
* Kolla version (e.g. `git head or tag or stable branch` or pip package version if using release): stable/ussuri
Changed in kolla: | |
status: | New → Invalid |
information type: | Public → Public Security |
information type: | Public Security → Public |
information type: | Public → Public Security |
information type: | Public Security → Private |
information type: | Private → Public |
information type: | Public → Public Security |
information type: | Public Security → Private |
information type: | Private → Public |
summary: |
- Glance Ussuri missing boto3 after S3 backend addition + Glance API missing boto3 after S3 backend addition |
Changed in kolla: | |
importance: | Undecided → Wishlist |
This only affects S3 backend. RBD probably failed due to a different reason. Try restarting the container.