nova/doc
Eric Fried 54195a1bd9 Use Placement 1.34 (string suffixes & mappings)
This commit cuts us over to using placement microversion 1.34 for GET
/allocation_candidates, thereby supporting string request group suffixes
(added in 1.33) when specified in flavor extra_specs.

The mappings (added in 1.34) are not used in code yet, but a future
patch will tie the group suffixes to the RequestGroup.requester_id so
that it can be correlated after GET /a_c. This will allow us to get rid
of map_requested_resources_to_providers, which was a hack to bridge the
gap until we had mappings from placement.

Change-Id: I52499ff6639c1a5815a8557b22dd33106dcc386b
2019-12-05 17:02:46 -06:00
..
api_samples Remove '/os-tenant-networks' REST API 2019-11-22 16:03:11 +00:00
ext Add notification sample test for aggregate.cache_images.start|end 2019-10-25 10:38:19 -07:00
notification_samples Add Aggregate image caching progress notifications 2019-10-29 08:18:32 -07:00
source Use Placement 1.34 (string suffixes & mappings) 2019-12-05 17:02:46 -06:00
test Merge "doc: remove admin/manage-users" 2019-11-26 12:08:28 +00:00
README.rst Update api-ref location 2019-07-22 19:17:28 +02:00
requirements.txt PDF documentation build 2019-09-04 17:34:26 +09:00

README.rst

OpenStack Nova Documentation README

Both contributor developer documentation and REST API documentation are sourced here.

Contributor developer docs are built to: https://docs.openstack.org/nova/latest/

API guide docs are built to: https://docs.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of doc/source/contributor/development-environment.rst.