kolla/releasenotes/notes/bug-1884259-23bdaa6c1c038a81.yaml
Maksim Malchuk 53b391d361 Add boto3 as s3 dependency for Glance container
boto3 library is needed [1] for glance_store and didn't installed yet
since [2] adds s3 support back. this change adds both binary and source
parts to install boto3 library.

1. 04e5ead7c0/setup.cfg (L76)
2. I203134837319080ead96da69048baf90086d2117

Closes-Bug: #1884259
Change-Id: I199185e24cedd2e282c53460a24aeffc83478a12
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2021-07-27 22:05:19 +00:00

6 lines
131 B
YAML

---
fixes:
- |
Fixes missing boto3 library required by glance_store.
`LP#1884259 <https://launchpad.net/bugs/1884259>`__