Comment 2 for bug 1535692

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

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

commit e2b825cc69e3fe364387604a51938c6f6dd3186c
Author: vponomaryov <email address hidden>
Date: Tue Jan 19 14:21:23 2016 +0200

    Fix backwards compatibility for v1 API imports

    All python modules in "manilaclient/v1" override v2 modules with v2 modules
    and v1 modules do not provide APIs at all. So, fix those imports and add
    test coverage.

    Change-Id: I24835745d028fa50252207cb02304e73657696e5
    Closes-Bug: #1535692