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

[openstack] missuse of OS key_name attribute to search for r usessh key under .chef/keys or ~/.ssh #105

Open
epcim opened this issue Jun 18, 2015 · 1 comment

Comments

@epcim
Copy link

epcim commented Jun 18, 2015

boostrap_option => {
  :key_name => '<openstack_key_id>',
}

You should not expect that user has the key stored under .chef/keys or ~/.ssh under the same name as key_name in openstack. We should use ssh-agent or provide an option to specify ssh_key_path.

See the example as kitchen-openstack does: https://github.com/test-kitchen/kitchen-openstack

@bdangit
Copy link
Collaborator

bdangit commented Sep 10, 2015

👍

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

No branches or pull requests

2 participants