From: Travis Rhoden Date: Thu, 21 May 2015 20:09:29 +0000 (-0400) Subject: [RM-11694] Remove extraneous line X-Git-Tag: v1.5.25~4^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ab240e32061ba5f89fca3d145fa229e8c8284edd;p=ceph-deploy.git [RM-11694] Remove extraneous line No need to get to the shortname of the host -- it was never used and was also overwriting the variable used in the loop. Signed-off-by: Travis Rhoden --- diff --git a/ceph_deploy/admin.py b/ceph_deploy/admin.py index 6bea0dd..2327660 100644 --- a/ceph_deploy/admin.py +++ b/ceph_deploy/admin.py @@ -27,7 +27,6 @@ def admin(args): LOG.debug('Pushing admin keys and conf to %s', hostname) try: distro = hosts.get(hostname, username=args.username) - hostname = distro.conn.remote_module.shortname() distro.conn.remote_module.write_conf( args.cluster,