Comment 2 for bug 1423884

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

Reviewed: https://review.openstack.org/160253
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=9db3430ccd58370bf5c699f80c98f16e97df1877
Submitter: Jenkins
Branch: master

commit 9db3430ccd58370bf5c699f80c98f16e97df1877
Author: liyingjun <email address hidden>
Date: Mon Mar 2 16:01:34 2015 +0800

    Fixes quota-class-update commands

    The quota-class-update commands for v1 and v2 are both broken,
    Fix v1 by returning result for update method in QuotaClassSetManager,
    fix v2 by changing arg 'class-name' to 'class_name' for consistent
    with v1.

    Change-Id: Ic7188f485b914dc55048cf056a0685618134e87a
    Closes-bug: #1423884