pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Change keyname semantics for cloud runs #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Experiencing issues where if a user chooses a key A and another user
chooses a key also named A, the old user's key will be erased (only on
EC2/Euca). Need to change this to fail on run-instances if the chosen
keyname is already in use and force the user to use ec2/euca-delete-keypair
if they really want to do this.

Considering also adding a --force flag to enforce the old behavior just so
that users who want to erase the key don't have to always delete/add keypair.

Original issue reported on code.google.com by shattere...@gmail.com on 27 Oct 2009 at 10:19

GoogleCodeExporter commented 9 years ago
Done, will be in next release. --force flag added also with semantics described 
above.

Original comment by shattere...@gmail.com on 28 Oct 2009 at 1:27