Comment 3 for bug 1555093

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

Reviewed: https://review.openstack.org/290511
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=7fc492ea79ab0dbbc3d50bf477ae2a1586281dda
Submitter: Jenkins
Branch: master

commit 7fc492ea79ab0dbbc3d50bf477ae2a1586281dda
Author: Marc Koderer <email address hidden>
Date: Wed Mar 9 14:51:58 2016 +0100

    Fix keystone v3 issues for all clients

    This fix basically ports nova fix https://review.openstack.org/#/c/136931/
    plus additional bug fixing to Manila. It creates a common class to get
    used for all clients (neutron, nova, cinder).

    Idea is to create an auth session and pass this to the client object
    instead of let the client do that. The auth session will be created by
    a config group which means the configuration for the clients needed to be
    heavily reworked. Patch is also backward compatible with old options but
    flag them as deprecated.

    DocImpact

    Change-Id: Ic211a11308a3295409467efd88bff413482ee58d
    Closes-bug: #1555093