Comment 16 for bug 1447704

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

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

commit 59de9c477cb91573372bd363dfd0fc72af461327
Author: Hieu LE <email address hidden>
Date: Mon Apr 4 18:19:50 2016 +0700

    Ignore domain related config when using with keystone v2

    Currently, "/usr/bin/openstack --insecure token issue"
    fails when OS_AUTH_URL and OS_IDENTITY_API_VERSION
    indicate keystone v2 if OS_PROJECT_DOMAIN_NAME or
    OS_USER_DOMAIN_NAME are set. This patchset ignore domain
    related configs if using with keystone v2.

    Change-Id: If7eea2ed1a4877c60d055ed0114a5e5f31e282a0
    Closes-bug: #1447704