-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Labels
Status: Waiting on ContributorA pull request that has unresolved requested actions from the author.A pull request that has unresolved requested actions from the author.
Description
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.
Metadata
Metadata
Assignees
Labels
Status: Waiting on ContributorA pull request that has unresolved requested actions from the author.A pull request that has unresolved requested actions from the author.