Comment 5 for bug 1691445

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

Reviewed: https://review.openstack.org/471390
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=7b9a38f5a5571d7e177fb71bd6290fd5dcd31a9b
Submitter: Jenkins
Branch: stable/ocata

commit 7b9a38f5a5571d7e177fb71bd6290fd5dcd31a9b
Author: Valeriy Ponomaryov <email address hidden>
Date: Tue May 30 17:47:28 2017 +0300

    [Generic driver] Fix incompatibility with novaclient

    Novaclient has removed lots of proxies to other clients such as
    'images' [1], 'networks' [2] and 'security_groups' [3].
    So, fix incompatibilities the way we can work with old and
    new novaclient versions.

    [1] I2d9fd0243d42538bd1417a42357c17b09368d2a5
    [2] I8c520100a0016eed3959619c71dae037ebd72939
    [3] I6fa14f43d48f1e035ef54bd2d0078506f0c6d6e0

    Change-Id: Id7383329b2491f76579f042cbed06585c2214815
    Closes-Bug: #1691445
    (cherry picked from commit 5d5666b10e57a94bcde06c8a296002175d935c7b)