ceph-common: remove libcephfs1 from debian_ceph_packages

in hammer, ceph-common depended on libcephfs (indirectly, via
python-cephfs). this is no longer the case in jewel or later, so it can
be removed from debian_ceph_packages

Signed-off-by: Casey Bodley <cbodley@redhat.com>
pull/1171/head
Casey Bodley 2016-12-09 10:41:54 -05:00
parent 2c98b1d70f
commit 0ebb728d7d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ debian_ceph_packages:
- ceph-common #|
- ceph-fs-common #|--> yes, they are already all dependencies from 'ceph'
- ceph-fuse #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade
- libcephfs1 #|--> they don't get update so we need to force them
#|--> they don't get update so we need to force them
# Whether or not to install the ceph-test package.
ceph_test: False