Comment 20 for bug 1447704

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

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

commit b8432408e68855d7ce9269b7e681de3c5b733b09
Author: Hieu LE <email address hidden>
Date: Mon May 9 12:29:44 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 and print warning
    for each ignored config.

    Change-Id: I8afbda787df7855c3f8e868b0f07cbf3b9cd97fd
    Closes-bug: #1447704