openstack-python-openstackc.../openstackclient/common
Jamie Lennox 179ed18c30 Don't create empty quota set requests
The way that getattr is called with the None default you will always
create a compute_kwargs dictionary with key: None values. This means
that we will always send these empty requests to the servers.

Change so that only actually changed values end up in the quota set
requests and get sent.

Change-Id: I33bc3f4e1a8013ec672e995648d27513064baf26
Closes-Bug: #1451640
2015-05-05 12:45:42 +10:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
clientmanager.py Add --os-cloud support 2015-04-18 23:04:51 -05:00
commandmanager.py Enhance the theming for modules page 2014-11-18 22:07:57 -05: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 Add support for showing limits of a specific project 2015-04-03 02:26:22 -04:00
module.py Add 'command list' command 2014-10-08 21:57:26 -05:00
parseractions.py Fix PEP8 H405 errors 2014-06-27 09:12:38 -05:00
quota.py Don't create empty quota set requests 2015-05-05 12:45:42 +10: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 Merge "Fix error msg in sort_items" 2015-03-02 17:16:04 +00:00