Conversation
|
@hufman Similar to #14, there are a couple style bits the linter doesn't like. Adding RSA support: awesome; love it (also a little embarrassed about having not thought of that before). Uploading keys to OpenStack: is this really the role of a TK driver? It feels like something that should already exist there; that it's an error on my part if I'm trying to use a key that isn't there. I'm not strongly tied to that opinion, though... Thoughts? Double thanks for the two PRs! |
|
I assumed that the original intent of the code was to upload the SSH key into the server, so I continued that intent when adding support for Openstack key pairs. That code has been clipped out. |
|
And that outright confuses me, I'm doing the exact same server.password call that the later function does D: |
The test image I was using does not come with a password, and instead relies on Openstack's keypair support. This code will import a keypair and add it to the image via the Openstack API.