]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-12699] formatting tweak 347/head
authorTravis Rhoden <trhoden@redhat.com>
Fri, 14 Aug 2015 22:54:54 +0000 (15:54 -0700)
committerTravis Rhoden <trhoden@redhat.com>
Fri, 14 Aug 2015 22:54:54 +0000 (15:54 -0700)
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/mon.py

index b13135ad817a7f8b37802182be1835499cc525bf..849c0dc3f3311b8363223e63c8d6f1a0dc2be959 100644 (file)
@@ -260,7 +260,11 @@ def mon_create(args):
         try:
             # TODO add_bootstrap_peer_hint
             LOG.debug('detecting platform for host %s ...', name)
-            distro = hosts.get(host, username=args.username, callbacks=[packages.ceph_is_installed])
+            distro = hosts.get(
+                host,
+                username=args.username,
+                callbacks=[packages.ceph_is_installed]
+            )
             LOG.info('distro info: %s %s %s', distro.name, distro.release, distro.codename)
             rlogger = logging.getLogger(name)