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

This commit is contained in:
Zuul 2017-10-16 13:16:44 +00:00 committed by Gerrit Code Review
commit 66c00fc52e
1 changed files with 1 additions and 1 deletions

View File

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