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

knife openstack using domain doesn't work #203

Open
rsilveira opened this issue Sep 21, 2017 · 1 comment
Open

knife openstack using domain doesn't work #203

rsilveira opened this issue Sep 21, 2017 · 1 comment
Labels
Status: Waiting on Contributor A pull request that has unresolved requested actions from the author.

Comments

@rsilveira
Copy link

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.

@ramereth
Copy link
Collaborator

ramereth commented Apr 7, 2020

@rsilveira I believe this is fixed in #221. Can you please verify?

@ramereth ramereth added the Status: Waiting on Contributor A pull request that has unresolved requested actions from the author. label Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Waiting on Contributor A pull request that has unresolved requested actions from the author.
Projects
None yet
Development

No branches or pull requests

2 participants