Comment 4 for bug 1531536

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

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

commit 672175728fac7357195af880d91f30824de7d34d
Author: nidhimittalhada <email address hidden>
Date: Mon Jan 11 14:52:53 2016 +0530

    Fix 'extend' API for 2.7+ microversions

    Extend/Shrink share is not working in microversion 2.7+.
    When trying to extend/shrink a share, manila raises an
    error telling that the new share size must be an integer.
    Bug was due to improper use of get method on dictionary.
    Corrected by using get method properly.

    Change-Id: I700581d815da0fdd6addedc42f3e2ba528680e60
    Closes-Bug: #1531536