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
It looks like it's not supported to provide credentials via environment variables, which make really hard to configure CI.
I've also tried the upstream fog-openstack envs but they are not working:
https://github.com/fog/fog-openstack/blob/v1.0.0/spec/shared_context.rb#L102
OS_USERNAME=redacted OS_PASSWORD=redacted bundle exec kitchen converge default-ubuntu-1804 -----> Starting Kitchen (v1.23.2) -----> Creating <default-ubuntu-1804>... >>>>>> ------Exception------- >>>>>> Class: Kitchen::ActionFailed >>>>>> Message: 1 actions failed. >>>>>> Failed to complete #create action: [Missing required arguments: openstack_api_key, openstack_username or openstack_userid] on default-ubuntu-1804 >>>>>> ---------------------- >>>>>> Please see .kitchen/logs/kitchen.log for more details >>>>>> Also try running `kitchen diagnose --all` for configuration
The text was updated successfully, but these errors were encountered:
@gionn is this still happening with the current version?
Sorry, something went wrong.
No branches or pull requests
It looks like it's not supported to provide credentials via environment variables, which make really hard to configure CI.
I've also tried the upstream fog-openstack envs but they are not working:
https://github.com/fog/fog-openstack/blob/v1.0.0/spec/shared_context.rb#L102
The text was updated successfully, but these errors were encountered: