python-novaclient/novaclient/v2
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
..
contrib Remove log translations 2017-03-25 14:03:26 +08:00
__init__.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
agents.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
aggregates.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
assisted_volume_snapshots.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
availability_zones.py Fix H404/405 violations in novaclient/v2/[a-f] 2015-12-07 17:35:19 +09:00
cells.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
certs.py Fix H404/405 violations in novaclient/v2/[a-f] 2015-12-07 17:35:19 +09:00
client.py Remove log translations 2017-03-25 14:03:26 +08:00
cloudpipe.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
flavor_access.py Deprecate --tenant option from flavor-access-list 2016-05-18 14:10:42 -04:00
flavors.py Add min-disk and min-ram filters to list flavors 2016-12-08 03:30:06 +00:00
hosts.py Fix doc generation errors 2016-12-07 18:38:30 +09:00
hypervisors.py Fix the description of hypervisors.list 2016-11-18 14:41:02 +08:00
images.py Remove deprecated image commands/API bindings 2017-02-22 15:56:28 -05:00
instance_action.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
keypairs.py Microversion 2.35 adds keypairs pagination support 2016-08-05 12:15:29 +03:00
limits.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
list_extensions.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
migrations.py Remove log translations 2017-03-25 14:03:26 +08:00
networks.py Deprecate all the nova-network functions in the python API 2016-08-19 09:41:03 -07:00
quota_classes.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
quotas.py Make it possible to list quotas with details 2016-06-29 17:18:07 +03:00
server_external_events.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
server_groups.py Explicitly specify arguments of server_groups creation 2017-03-28 15:53:44 +03:00
server_migrations.py Support for abort an ongoing live migration 2016-03-01 13:43:33 +00:00
servers.py Remove deprecated security_groups APIs 2017-03-20 19:26:43 -04:00
services.py modified the description of service.list 2016-11-15 16:12:39 +08:00
shell.py Explicitly specify arguments of server_groups creation 2017-03-28 15:53:44 +03:00
usage.py Microversion 2.40 - Simple tenant usage pagination 2016-12-19 14:04:13 -05:00
versions.py Remove all code related to HTTPClient 2016-12-16 12:56:18 +00:00
virtual_interfaces.py [microversions] Increase max version to 2.12 2015-12-07 22:17:22 +02:00
volumes.py Remove deprecated volume(snapshot) commands/bindings 2016-04-03 14:05:05 -04:00