]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
remove 'ceph' from being installed as it will no longer make sense
authorAlfredo Deza <adeza@redhat.com>
Tue, 12 May 2015 20:52:26 +0000 (16:52 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 13 May 2015 12:28:32 +0000 (08:28 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/util/constants.py

index 4e23c1bd51d5cd91c627cf8633ff5de78a994979..9920dd593db51b870b02053281a5d9e3a303a72a 100644 (file)
@@ -20,7 +20,6 @@ _base_components = [
     'ceph-osd',
     'ceph-mds',
     'ceph-mon',
-    'ceph',
 ]
 
 default_components = namedtuple('DefaultComponents', ['rpm', 'deb'])