Comment 2 for bug 1552848

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

Reviewed: https://review.openstack.org/289185
Committed: https://git.openstack.org/cgit/openstack/python-manilaclient/commit/?id=0bcff36c1aaa3a38985037538f0e5d474ad6b1eb
Submitter: Jenkins
Branch: master

commit 0bcff36c1aaa3a38985037538f0e5d474ad6b1eb
Author: Ramana Raja <email address hidden>
Date: Tue Feb 2 00:43:47 2016 +0000

    Microversion 'cephx' access type in API v2

    'cephx' access type was added for API microversion 2.13 in the server
    side. However, on the client side, it is allowed and validated for
    API versions 2.0 and greater. Fix by adding cephx support starting
    from microversion 2.13, as done for the server.

    Change-Id: If63a74736926edd6a88c278aa40dd73a96cb0520
    Closes-Bug: #1552848