Feature #8840
closedAdd support for several private SSH keys for OpenStack instances
90%
Description
At the moment it is assumed that a user manually creates a key pair with name "ldv" and a public SSH key through, say, a web interface to OpenStack. Then scripts create instances almost referring to this key pair. So there is the only corresponding private SSH key that can be used to access instances.
As a minor issue, it is very welcome to check presence and validness of the private SSH key, since now it can take much time to fall into related errors.
Updated by Ilya Shchepetkov over 6 years ago
- Status changed from New to Open
- % Done changed from 0 to 90
Implemented in "feature_8840" branch. As a side effect, password-protected private keys are now supported.
Code review is required.
Updated by Evgeny Novikov over 6 years ago
- Target version changed from 2.0 to 1.0
Since implementation of this issue isn't so hard and it is beyond of the verification workflow, let's consider it for Klever 1.0.
Updated by Evgeny Novikov over 6 years ago
- Status changed from Open to Closed
I merged the branch to master in 13a40a6e.