Comment 2 for bug 1497352

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

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

commit 3085534f46292daa079b0c39d32b94edfb57333f
Author: Rodrigo Barbieri <email address hidden>
Date: Fri Sep 18 13:49:59 2015 -0300

    Fix experimental=True for view in microversion 2.5

    A previous patch added experimental=True to hide task_state field
    for any API call that would return share fields, such as "create"
    and "get" calls if different than microversion "2.5" with
    experimental=True. Turns out the field task_state should be
    returned always if microversion is "2.5" or above because it
    relates to a change in DB, not only to the usage of Share Migration
    feature. This patch fixes it by removing experimental=True
    dependency to show task_state field.

    Closes-bug: #1497352
    Change-Id: Ic07d63ebcfe25c1cfa3fac1e75e2e186fbcec25b