Comment 2 for bug 1496408

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

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

commit fdca2909de273d38d3c9c03e5b44343fd2bbe0be
Author: Valeriy Ponomaryov <email address hidden>
Date: Mon Sep 21 11:12:52 2015 +0300

    Fix error response when denying snapshot creation

    If we try to create snapshot from share that is not snapshottable
    we expect error that it is not possible and proper description for it.
    Now we get some abstract message
    "ERROR: Unable to process the contained instructions".

    So, make API provide proper information about error.

    Change-Id: I16a2f7c80102159c30f91af7e045e73ee3df7f89
    Closes-Bug: #1496408