From: Alfredo Deza Date: Tue, 1 Apr 2014 19:02:45 +0000 (-0400) Subject: fix some styling in exc modules X-Git-Tag: v1.5.0~16^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=66cacc0927f139293586e2248cc5d52bbe9d3e9d;p=ceph-deploy.git fix some styling in exc modules Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/exc.py b/ceph_deploy/exc.py index f20fd20..e4ccd4c 100644 --- a/ceph_deploy/exc.py +++ b/ceph_deploy/exc.py @@ -12,6 +12,8 @@ class UnableToResolveError(DeployError): """ Unable to resolve host """ + + class ClusterExistsError(DeployError): """ Cluster config exists already @@ -35,6 +37,7 @@ class NeedMonError(DeployError): Cannot find nodes with ceph-mon. """ + class NeedDiskError(DeployError): """ Must supply disk/path argument