Merge "Add the initial documentation for the placement API"

This commit is contained in:
Jenkins 2016-11-16 12:11:57 +00:00 committed by Gerrit Code Review
commit f5a220ec3d
2 changed files with 20 additions and 0 deletions

View File

@ -149,6 +149,7 @@ Open Development.
addmethod.openstackapi
conductor
notifications
placement
Architecture Evolution Plans
-----------------------------

View 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