From 1843c842bb38c964cb20c08a74cb73b90d3d2979 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 12 Jan 2011 17:45:47 -0500 Subject: ssh-import-lp-id was renamed to ssh-import-id --- cloudinit/CloudConfig/cc_ssh_import_id.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudinit/CloudConfig/cc_ssh_import_id.py') diff --git a/cloudinit/CloudConfig/cc_ssh_import_id.py b/cloudinit/CloudConfig/cc_ssh_import_id.py index dd4d3184..bf1314be 100644 --- a/cloudinit/CloudConfig/cc_ssh_import_id.py +++ b/cloudinit/CloudConfig/cc_ssh_import_id.py @@ -31,7 +31,7 @@ def handle(name,cfg,cloud,log,args): if len(ids) == 0: return - cmd = [ "sudo", "-Hu", user, "ssh-import-lp-id" ] + ids + cmd = [ "sudo", "-Hu", user, "ssh-import-id" ] + ids log.debug("importing ssh ids. cmd = %s" % cmd) -- cgit v1.2.3