nova/doc
Sergey Nikitin a944838993 Standardization of VM diagnostics info API.
Before this patch, VM diagnostics response was just a
'blob' of data returned by each hypervisor. New API
version makes diagnostics response standardized.
New response has a set of fields which each hypervisor
will try to fill. If hypervisor unable to provide a
specific field then this field will be reported as 'None'.

Tempest tests: I7757c5beeea3d3b0bc15a51cafc5ea2ada65e76c

DocImpact: admin guide docs should be updated to mention
standardized version of the diagnostics response

blueprint: restore-vm-diagnostics

Change-Id: If0b1493cc5c1c7f0d9896dd68342ad4dea4f7da2
2017-06-05 07:45:51 +00:00
..
api_samples Standardization of VM diagnostics info API. 2017-06-05 07:45:51 +00:00
ext Merge "Removes unnecessary utf-8 encoding" 2017-02-03 06:00:47 +00:00
notification_samples Merge "Don't lazy-load flavor.projects during destroy()" 2017-06-03 01:10:58 +00:00
source Fix doc job with correct ref link 2017-05-31 07:53:15 +00:00
README.rst Rearranges to create new Compute API Guide 2015-11-12 10:47:23 +00:00

OpenStack Nova Documentation README

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

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

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

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