Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-Generate SSH Key when one isn't provided #198

Open
iancward opened this issue Jun 27, 2019 · 0 comments
Open

Auto-Generate SSH Key when one isn't provided #198

iancward opened this issue Jun 27, 2019 · 0 comments

Comments

@iancward
Copy link

The kitchen-ec2 driver provides the capability to auto-generate an SSH key when one is not provided; it would be good if this driver could do the same.
The primary purpose of this is to use test kitchen in a CI/CD environment where the runners are shared and we don't have a way to provide a private key on disk.

It looks like the openstack API has a method to create SSH keys, so I imagine this would be technically feasible.
https://developer.openstack.org/api-ref/compute/?expanded=create-or-import-keypair-detail#keypairs-keypairs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants