From: Sage Weil Date: Mon, 9 Sep 2013 23:57:20 +0000 (-0700) Subject: new, mon: fix mon_hosts import X-Git-Tag: v1.2.4~13^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0feea888a8c4b5ae14ec07a8c1f39d9ccf7f56f5;p=ceph-deploy.git new, mon: fix mon_hosts import Fixes: #6266 Signed-off-by: Sage Weil --- diff --git a/ceph_deploy/mon.py b/ceph_deploy/mon.py index 81bbda5..de8fe81 100644 --- a/ceph_deploy/mon.py +++ b/ceph_deploy/mon.py @@ -11,6 +11,7 @@ from .cliutil import priority from .sudo_pushy import get_transport from .util import paths, wrappers from . import hosts +from .misc import mon_hosts LOG = logging.getLogger(__name__) diff --git a/ceph_deploy/new.py b/ceph_deploy/new.py index c45e11c..404d395 100644 --- a/ceph_deploy/new.py +++ b/ceph_deploy/new.py @@ -11,6 +11,7 @@ import socket from . import exc from .cliutil import priority from .util import arg_validators +from .misc import mon_hosts LOG = logging.getLogger(__name__)