Comment 3 for bug 1642301

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/398917
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=e51a8d63747932f2ee4ffab02dfb0cd43e4a103d
Submitter: Jenkins
Branch: master

commit e51a8d63747932f2ee4ffab02dfb0cd43e4a103d
Author: Boris Bobrov <email address hidden>
Date: Thu Nov 17 13:46:21 2016 +0300

    Use project_domain_id only in password auth

    The method being changed constructs domain-related parameters that will
    further be passed to the auth plugin. If project domain is not
    passed, the method sets it to the default domain.

    token_endpoint does not expect any information about domain,
    because it uses only a token and URL. Passing it to auth plugin causes
    an exception.

    Construct domain-related parameters only for specific plugins, such
    as password or totp.

    Change-Id: I13db3bbe31a0ed843e9f4528d37c768546e2bee9
    Closes-Bug: 1642301