Comment 9 for bug 1364463

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

Reviewed: https://review.openstack.org/118383
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=8311708907604f473dbc56e10b9da61670540241
Submitter: Jenkins
Branch: master

commit 8311708907604f473dbc56e10b9da61670540241
Author: Sergey Kraynev <email address hidden>
Date: Fri Nov 21 09:57:23 2014 -0500

    Using correct keyword for region in v3

    Keystone v3 and v2 have different keywords in endpoint
    dictionary. This patch adds ability for keystone client for correct
    work with old and new API.

    Change-Id: I886b4c7ac3cbe08ac1b88f490e9ca92a90256961
    Closes-Bug: #1364463