Comment 4 for bug 1496518

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

Reviewed: https://review.openstack.org/225114
Committed: https://git.openstack.org/cgit/openstack/python-manilaclient/commit/?id=0bbd2144f701df3408b1435b16611c2ba3c22221
Submitter: Jenkins
Branch: master

commit 0bbd2144f701df3408b1435b16611c2ba3c22221
Author: Valeriy Ponomaryov <email address hidden>
Date: Fri Sep 18 14:37:27 2015 +0300

    Fix shares CLI for using CGs

    For the moment, share can not be neither created with CG nor deleted
    if belongs to some CG.
    So, add experimental header to 'share create' operation to fix
    the former case and update 'delete share' operation to make it support
    deletion of shares that belongs to CG in general.

    Change-Id: I497a9ab845552fd7e0d66e7352d637c6a86082af
    Closes-Bug: #1496518
    Closes-Bug: #1497215