Comment 4 for bug 1495382

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

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

commit cf7bc890fcdfbcae314603395889f0329b7eb70a
Author: Ramana Raja <email address hidden>
Date: Tue Sep 15 12:34:08 2015 +0530

    glusterfs: Fix use of ShareSnapshotInstance object

    Previously, a 'ShareSnapshot' object was passed to the driver's API
    method by share's manager.py during a create_share_from_snapshot call.
    Now, a 'ShareSnapshotInstance' object is passed to the driver during
    the same call. The object no longer has the attribute 'share' used by
    the driver code, and in it's place has the attribute 'share_instance'.
    So replace use of 'share' attribute with 'share_instance'.

    Change-Id: Ibea11b33772f24609f9cd3180d61ab7f6307c1b8
    Closes-Bug: #1495382