Merge "Add the initial documentation for the placement API"
This commit is contained in:
commit
f5a220ec3d
@ -149,6 +149,7 @@ Open Development.
|
||||
addmethod.openstackapi
|
||||
conductor
|
||||
notifications
|
||||
placement
|
||||
|
||||
Architecture Evolution Plans
|
||||
-----------------------------
|
||||
|
19
nova/api/openstack/placement/rest_api_version_history.rst
Normal file
19
nova/api/openstack/placement/rest_api_version_history.rst
Normal file
@ -0,0 +1,19 @@
|
||||
REST API Version History
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This documents the changes made to the REST API with every
|
||||
microversion change. The description for each version should be a
|
||||
verbose one which has enough information to be suitable for use in
|
||||
user documentation.
|
||||
|
||||
1.0 (Maximum in Newton)
|
||||
-----------------------
|
||||
|
||||
This is the initial version of the placement REST API that was released in
|
||||
Nova 14.0.0 (Newton). This contains the following routes:
|
||||
|
||||
* /resource_providers
|
||||
* /resource_providers/allocations
|
||||
* /resource_providers/inventories
|
||||
* /resource_providers/usages
|
||||
* /allocations
|
Loading…
Reference in New Issue
Block a user