]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fixing typo in ceph-daemon script for the output_pub_ssh_key argument 31337/head
authorJohn McGowan <john.mcgowan@ben-wyatt.lan>
Sat, 2 Nov 2019 21:33:59 +0000 (15:33 -0600)
committerJohn McGowan <john.mcgowan@ben-wyatt.lan>
Sun, 3 Nov 2019 14:33:53 +0000 (07:33 -0700)
Signed-off-by: John McGowan <john@steakfest.com>
src/ceph-daemon

index 5af55dffab8f089cd828f191470cf29c77f25db9..b1ac0b62a733cbaacf59c2ae49ae1645a9766b29 100755 (executable)
@@ -1028,7 +1028,7 @@ def command_bootstrap():
         tmp_pub.flush()
 
         if args.output_pub_ssh_key:
-            with open(args.output_put_ssh_key, 'w') as f:
+            with open(args.output_pub_ssh_key, 'w') as f:
                 f.write(ssh_pub)
             logger.info('Wrote public SSH key to to %s' % args.output_pub_ssh_key)