Comment 1 for bug 1507932

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

Reviewed: https://review.openstack.org/239413
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=c60feee45cfa19522075cb0c824450eab514d23a
Submitter: Jenkins
Branch: master

commit c60feee45cfa19522075cb0c824450eab514d23a
Author: Nikolay Starodubtsev <email address hidden>
Date: Mon Oct 26 14:56:14 2015 +0300

    Add keystone v3 support to client

    All clients should support keystone v3 till kilo. This patch adds
    support for keystone sessions, keystone endpoint discovery and support
    for the CLI to provide keystone v3 options. Also, bumped glance client
    API version to 2 for the compatibility with v3 keystone API.

    Change-Id: I565927db7f393c0bae41ebf9c03488f9cd966e79
    Co-Authored-By: David Hu <email address hidden>
    Co-Authored-By: Steve McLellan <email address hidden>
    Closes-Bug: #1354129
    Closes-Bug: #1507932
    Implements: blueprint support-keystone-v3