We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 allows for the configuration to be specified in files, per https://docs.openstack.org/python-openstackclient/latest/configuration/index.html It would be nice if kitchen-openstack was able to use the same configuration, instead of having to hardcode the settings in kitchen.yml
kitchen-openstack
kitchen.yml
test-kitchen uses OpenStack credentials stored in clouds.yml file.
test-kitchen
clouds.yml
ggiamarchi/vagrant-openstack-provider#350 shows a way to work around it, but I don't think test-kitchen provides "enough ruby" to do that.
I'm not sure fog supports it in the first place...
fog
The text was updated successfully, but these errors were encountered:
ramereth
No branches or pull requests
🙍 Problem Statement
OpenStack allows for the configuration to be specified in files, per https://docs.openstack.org/python-openstackclient/latest/configuration/index.html
It would be nice if
kitchen-openstack
was able to use the same configuration, instead of having to hardcode the settings inkitchen.yml
❔ Possible Solution
test-kitchen
uses OpenStack credentials stored inclouds.yml
file.ggiamarchi/vagrant-openstack-provider#350 shows a way to work around it, but I don't think
test-kitchen
provides "enough ruby" to do that.➕ Additional context
I'm not sure
fog
supports it in the first place...The text was updated successfully, but these errors were encountered: