The rbd backend implementation of glance_store requires not only python3-rbd but also python3-rados. In CentOS the python3-rados package is installed as a dependency of python3-rbd, but in Debian and Ubuntu that dependency is not defined and we should install python3-rados explicitly. This fixes the missing python3-rados package in Ubuntu, by using the meta python3-ceph package which installs all python libraries. Closes-Bug: #2002934 Change-Id: I620c607f09e98f1ce1d7ba34d1b797dbef8402adchanges/84/870484/2
parent
5c1ee34978
commit
7c1dc7144b
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Now ``python3-ceph`` package, instead of ``python3-rbd`` package, is
|
||||
installed when rbd backend is used. This fixes the missing
|
||||
``python3-rados`` package.
|
Loading…
Reference in new issue