Add python3-rados and python3-rbd so services can run under py3

Recently, I noticed in the devstack experimental job
gate-tempest-dsvm-py35-full-devstack-plugin-ceph-ubuntu-xenial-nv that
when Glance runs under python 3, it was unable to import rados and rbd
because the Ceph plugin doesn't install the python 3 packages. This
adds the packages to the list for install.

Change-Id: Ib4f956e45885df583624bd7c24989472f44eb365
This commit is contained in:
melanie witt 2017-10-05 22:04:30 +00:00
parent cd2009193a
commit 54b360cdd3
1 changed files with 1 additions and 1 deletions

View File

@ -831,7 +831,7 @@ function install_ceph_remote {
function install_ceph {
if is_ubuntu; then
CEPH_PACKAGES="ceph libnss3-tools"
CEPH_PACKAGES="ceph libnss3-tools python3-rados python3-rbd"
install_package software-properties-common
if is_ceph_enabled_for_service manila; then