Comment 7 for bug 1475831

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

Reviewed: https://review.openstack.org/248222
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=99498b0ab3f8a131fca3663f170d746d8bb090ae
Submitter: Jenkins
Branch: master

commit 99498b0ab3f8a131fca3663f170d746d8bb090ae
Author: Richard Theis <email address hidden>
Date: Fri Nov 20 12:49:17 2015 -0600

    Unable to set some compute quotas

    The OpenStackClient mapping of 'openstack quota set' arguments isn't
    correct for compute quota items that have to different names. For
    example, the --injected-file-size argument is mapped to
    injected_file_size, but the compute quotas item is actually
    injected_file_content_bytes. This incorrect mapping prevented the
    impacted compute quota items from being set.

    The problem impacts the following 'openstack quota set' arguments:
      --injected-file-size
      --injected-path-size
      --properties
      --secgroup-rules
      --secgroups

    This patch set also expands the compute quota unit tests to verify
    all compute quota items that can be set.

    Change-Id: I0a2f241e425f4811e4ae55be183ac0c8b0805c2a
    Closes-Bug: #1475831