cloudmesh / client

Deprecated: Version 3 of cloudmesh is a light weight cloud client to manage virtual clusters
http://cloudmesh.github.io/client
Other
3 stars 12 forks source link

key: key_to_cloud_map in DB fails if the username is TBD #203

Closed supreeth90 closed 8 years ago

supreeth90 commented 8 years ago

P:11

We need to identify more details to decide if this is a task for Mangirish or if it is EC2 only so its a task for Supreeth

I am not sure if this is a valid bug which I discovered while adding support for libcloud. The issue here is that add a new SSH key-pair, then upload that to some cloud, then try to create a new VM on that same cloud using the same key-pair and this fails as TBD is considered None while writing to DB and TBD is considered literally while reading from the DB.

laszewsk commented 8 years ago

can you write own the exact cm commands that lead up to this so we can replicate and debug

On Mar 15, 2016, at 3:22 AM, Supreeth S notifications@github.com wrote:

I am not sure if this is a valid bug which I discovered while adding support for libcloud. The issue here is that add a new SSH key-pair, then upload that to some cloud, then try to create a new VM on that same cloud using the same key-pair and this fails as TBD is considered None while writing to DB and TBD is considered literally while reading from the DB.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/cloudmesh/client/issues/203 https://github.com/cloudmesh/client/issues/203

laszewsk commented 8 years ago

key management has been rewritten so thsi should not be an issue anymore if key upload for cloud is provided in provider