SUSE: Add missing Ceph packages and drop the python3 ones

python-rbd and python-rgw are also required to complete the list of all
python bindings for Ceph. Moreover, openSUSE is using python2 by default
so we don't need to pull any python3-* packages (and all the python3
dependencies) for no reason.

Change-Id: Idda06486fa6ba30378c4e632ff50b5baa577caf9
(cherry picked from commit e4e768ca23)
This commit is contained in:
Markos Chandras 2018-04-16 11:10:15 +01:00 committed by Markos Chandras (hwoarang)
parent 03c70a44fe
commit 14d8a949ce
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ libvirt_service_name: libvirtd
python_ceph_packages:
- python-cephfs
- python-rados
- python3-rados
- python-rbd
- python-rgw
# NOTE(hwoarang) Upstream does not provide openSUSE packages
# so we always set ceph_pkg_source to 'distro' for openSUSE