openstack-python-openstackc.../openstackclient/tests
Richard Theis 99498b0ab3 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
2015-11-20 13:08:42 -06:00
..
api Merge "Move session and fixtures to keystoneauth1" 2015-10-20 19:57:36 +00:00
common Unable to set some compute quotas 2015-11-20 13:08:42 -06:00
compute Unable to set some compute quotas 2015-11-20 13:08:42 -06:00
identity Merge "better format remote IDs for identity providers" 2015-11-15 01:24:47 +00:00
image Merge "Add --owner to image create" 2015-11-12 00:03:14 +00:00
network Merge "Remove the --dhcp option to network list" 2015-07-14 20:47:09 +00:00
object Merge "Move session and fixtures to keystoneauth1" 2015-10-20 19:57:36 +00:00
volume Follow-on for volume list - add tests, clean help 2015-10-16 16:08:27 -05:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Introduce random server faking mechanism. 2015-11-19 18:23:11 +08:00
test_shell.py Merge "Create log configuration class" 2015-09-09 20:15:54 +00:00
utils.py Check volume status before extending size 2015-02-06 09:05:41 -08:00