Comment 12 for bug 1420104

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

Reviewed: https://review.openstack.org/203312
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=77214c56e78dff60cdaf8fa2a446fd9658261cbf
Submitter: Jenkins
Branch: master

commit 77214c56e78dff60cdaf8fa2a446fd9658261cbf
Author: jiaxi <email address hidden>
Date: Fri Jul 17 23:29:50 2015 -0400

    Fix quota set failed problem

    When using the command: openstack quota set, the compute quota below
    can't be set successfully,the value of compute quota stay unchanged,
    'fixed-ips', 'floating-ips', 'injected-files', 'key-pairs'.

    What's more,I add a TODO comment in the code for two reason.
    1. volume quota set works fine for the moment.
    2. To indicate that this issue about volume needs
       discuss and report another bug, if it's confirmed.

    This bug is only about compute quota.

    Change-Id: Ic1028d561f5a0030cf65ac18fc117bf01e945478
    Partial-Bug: #1420104