Skip to content

knife openstack using domain doesn't work #203

@rsilveira

Description

@rsilveira

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

No one assigned

    Labels

    Status: Waiting on ContributorA pull request that has unresolved requested actions from the author.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions