]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
import mon_add from common
authorAlfredo Deza <alfredo.deza@inktank.com>
Thu, 20 Feb 2014 20:49:35 +0000 (15:49 -0500)
committerAlfredo Deza <alfredo.deza@inktank.com>
Fri, 21 Feb 2014 14:46:44 +0000 (09:46 -0500)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/hosts/centos/mon/__init__.py
ceph_deploy/hosts/debian/mon/__init__.py
ceph_deploy/hosts/fedora/mon/__init__.py
ceph_deploy/hosts/suse/mon/__init__.py

index 6aa3d7a9bee57ce41ae4c236dde2a8c4db0fbf4c..c95829a4f891f6d2984f3fc3de8b20e5304742b0 100644 (file)
@@ -1,2 +1,2 @@
+from ceph_deploy.hosts.common import mon_add as add
 from create import create
-from add import add
index 6c0ee6d99aaefa8e214e926e9ebd43127853fe69..c95829a4f891f6d2984f3fc3de8b20e5304742b0 100644 (file)
@@ -1,2 +1,2 @@
-from add import add
+from ceph_deploy.hosts.common import mon_add as add
 from create import create
index 6c0ee6d99aaefa8e214e926e9ebd43127853fe69..c95829a4f891f6d2984f3fc3de8b20e5304742b0 100644 (file)
@@ -1,2 +1,2 @@
-from add import add
+from ceph_deploy.hosts.common import mon_add as add
 from create import create
index fca0e0d521a26be2915e0ab93a2e562d4fd20a24..c95829a4f891f6d2984f3fc3de8b20e5304742b0 100644 (file)
@@ -1 +1,2 @@
+from ceph_deploy.hosts.common import mon_add as add
 from create import create