Allow import of public keys
Bug #742602 reported by
John Tran
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Wishlist
|
John Tran |
Bug Description
Currently, the Nova API server only allows creation of new key_pairs. We have a need for importing users' pre-existing public keys.
Related branches
lp://staging/~jtran/nova/import_pubkey
- Devin Carlen (community): Approve
- termie (community): Approve
- Thierry Carrez (community): Abstain (ffe)
- Jesse Andrews: Pending requested
- John Dewey: Pending requested
-
Diff: 94 lines (+55/-0)4 files modifiednova/api/ec2/cloud.py (+23/-0)
nova/tests/public_key/dummy.fingerprint (+1/-0)
nova/tests/public_key/dummy.pub (+1/-0)
nova/tests/test_cloud.py (+30/-0)
Changed in nova: | |
status: | Fix Committed → In Progress |
importance: | Undecided → Wishlist |
Changed in nova: | |
status: | In Progress → Fix Committed |
Changed in nova: | |
milestone: | none → diablo-1 |
Changed in nova: | |
milestone: | diablo-1 → 2011.3 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
https:/ /code.launchpad .net/~jtran/ nova/import_ pubkey/ +merge/ 54578