Comment 2 for bug 1499733

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

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

commit beb9191c69058cecb3c961297213a1c59f65745e
Author: Valeriy Ponomaryov <email address hidden>
Date: Wed Sep 30 12:07:50 2015 +0300

    Fix response data for API access-allow

    API access-allow returns following redundant data:
    - deleted
    - deleted_at
    - instance_mappings

    So, remove them for create share api method and cover it with
    unit and tempest tests.

    Change-Id: I103380c3f0008d4879b39f339187e57eeec40456
    Closes-Bug: #1499733