From e4e768ca2372e0d5838fc0e57ef6a120aab05d06 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 16 Apr 2018 11:10:15 +0100 Subject: [PATCH] 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 --- vars/suse-42.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vars/suse-42.yml b/vars/suse-42.yml index e4fdac5..1d261ea 100644 --- a/vars/suse-42.yml +++ b/vars/suse-42.yml @@ -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