From 54b360cdd3dc73465d362f2d0b15672d82478e5e Mon Sep 17 00:00:00 2001 From: melanie witt Date: Thu, 5 Oct 2017 22:04:30 +0000 Subject: [PATCH] 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 --- devstack/lib/ceph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ceph b/devstack/lib/ceph index e58bff1..9da2c0b 100644 --- a/devstack/lib/ceph +++ b/devstack/lib/ceph @@ -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