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
I'm using knife-openstack - 2.1.0 and trying to connect to a openstack using domain to authenticate.
Nova plugin works perfectly, however, using knife-openstack, I received a Fatal error, as you can see bellow.
knife.rb
knife[:openstack_auth_url] = "http://OPENSTACK_URL:5000/v3/auth/tokens" knife[:openstack_domain_name] = "MY_DOMAIN" knife[:openstack_username] = "MY_USER" knife[:openstack_password] = "MY_PASSWORD" knife[:openstack_project_name] = "MY_PROJECT"
eg. $knife openstack server list FATAL: Connection failure, please check your username and password.
Without domain, it works perfectly.
The text was updated successfully, but these errors were encountered:
@rsilveira I believe this is fixed in #221. Can you please verify?
Sorry, something went wrong.
No branches or pull requests
I'm using knife-openstack - 2.1.0 and trying to connect to a openstack using domain to authenticate.
Nova plugin works perfectly, however, using knife-openstack, I received a Fatal error, as you can see bellow.
knife.rb
knife[:openstack_auth_url] = "http://OPENSTACK_URL:5000/v3/auth/tokens"
knife[:openstack_domain_name] = "MY_DOMAIN"
knife[:openstack_username] = "MY_USER"
knife[:openstack_password] = "MY_PASSWORD"
knife[:openstack_project_name] = "MY_PROJECT"
eg.
$knife openstack server list
FATAL: Connection failure, please check your username and password.
Without domain, it works perfectly.
The text was updated successfully, but these errors were encountered: