openstack-python-openstackc.../openstackclient/common
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
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
clientmanager.py Mask the sensitive values in debug log 2015-10-12 16:55:48 -07:00
commandmanager.py Enhance the theming for modules page 2014-11-18 22:07:57 -05:00
configuration.py Use a common decorator to log 'take_action' activation 2015-09-01 16:49:54 -07:00
exceptions.py Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc. 2013-01-31 13:31:41 -06:00
extension.py Begin copying wiki command list here 2014-11-19 14:47:53 -06:00
limits.py Merge "Use a common decorator to log 'take_action' activation" 2015-09-11 02:43:54 +00:00
logs.py Rename context.py to logs.py 2015-10-30 17:38:42 +09:00
module.py Use a common decorator to log 'take_action' activation 2015-09-01 16:49:54 -07:00
parseractions.py Fix the bug of "openstack console log show" 2015-11-09 04:22:09 -05:00
quota.py Unable to set some compute quotas 2015-11-20 13:08:42 -06:00
session.py Fix session timing 2015-04-07 23:53:31 -07:00
timing.py Fix session timing 2015-04-07 23:53:31 -07:00
utils.py Allow error status to be specified 2015-11-18 17:48:43 -06:00