From 6ffbc4e610c7064c585d41d44ab931aed0aa1b9f Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Fri, 14 Aug 2015 15:54:54 -0700 Subject: [PATCH] [RM-12699] formatting tweak Signed-off-by: Travis Rhoden --- ceph_deploy/mon.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ceph_deploy/mon.py b/ceph_deploy/mon.py index b13135a..849c0dc 100644 --- a/ceph_deploy/mon.py +++ b/ceph_deploy/mon.py @@ -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) -- 2.47.3