Merge lp://staging/~jtran/nova/import_pubkey into lp://staging/~hudson-openstack/nova/trunk
Proposed by
John Tran
Status: | Superseded | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~jtran/nova/import_pubkey | ||||
Merge into: | lp://staging/~hudson-openstack/nova/trunk | ||||
Diff against target: | 94 lines (+55/-0) | ||||
To merge this branch: | bzr merge lp://staging/~jtran/nova/import_pubkey | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
John Dewey | Pending | ||
Jesse Andrews | Pending | ||
termie | Pending | ||
Thierry Carrez | ffe | Pending | |
Devin Carlen | Pending | ||
Review via email: mp+60842@code.staging.launchpad.net |
This proposal supersedes a proposal from 2011-03-23.
This proposal has been superseded by a proposal from 2011-05-16.
Description of the change
Added an EC2 API endpoint that'll allow import of public key. Prior, api only allowed generation of new keys.
To post a comment you must log in.
15 + if fingerprint:
16 + key['fingerprint'] = fingerprint
Is it useful to import a keypair with no fingerprint?