python-novaclient/novaclient
Andrey Kurilin 773aea23b8 Explicitly specify arguments of server_groups creation
Create API call expectes two parameters - name and policies[*]. It is not a
complex structure, so there is no reason to support kwargs. It is better to
specify explicitly all expected parameters.

PS: removing support of kwargs is "backward compatible", since we have
validation at API side and usage of additional parameters was an error
previously.

[*] - https://developer.openstack.org/api-ref/compute/?expanded=create-server-group-detail

Change-Id: I8b40b0db450287bbc5ee8d69834aa764353dbd98
2017-03-28 15:53:44 +03:00
..
tests Merge "Remove deprecated floating_ips APIs" 2017-03-24 04:48:26 +00:00
v2 Explicitly specify arguments of server_groups creation 2017-03-28 15:53:44 +03:00
__init__.py Add support for showing aggregate UUIDs (v2.41) 2017-01-05 22:11:09 -05:00
api_versions.py Remove log translations 2017-03-25 14:03:26 +08:00
base.py Merge "Fixed the __ne__ implementation in base.Resource" 2016-12-21 01:24:06 +00:00
client.py Remove log translations 2017-03-25 14:03:26 +08:00
crypto.py Corrects typos "coearse," "proejct," and "unecrypts" 2014-09-18 15:24:54 -07:00
exceptions.py Make _console() public 2017-01-18 09:36:43 +08:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Remove log translations 2017-03-25 14:03:26 +08:00
shell.py Fix devstack python-novaclient warning 2017-02-23 14:42:55 -05:00
utils.py Tags and Metadata fields with unicode cannot be correctly displayed 2017-03-05 17:37:29 +08:00