API microversion 2.69: Handles Down Cells Documentation

This patch adds the documentation around the work regarding
handling down cells that was introduced in v2.69.

Related to blueprint handling-down-cell

Change-Id: I78ed924a802307a992ff90e61ae7ff07c2cc39d1
This commit is contained in:
Surya Seetharaman
2019-02-06 13:17:36 +01:00
committed by Dan Smith
parent d2a87a4446
commit 833af5c9bf
9 changed files with 413 additions and 3 deletions
+8
View File
@@ -21,6 +21,14 @@ Lists all running Compute services.
Provides details why any services were disabled.
.. note:: Starting with microversion 2.69 if service details cannot be loaded
due to a transient condition in the deployment like infrastructure failure,
the response body for those unavailable compute services in the down cells
will be missing keys. See `handling down cells
<https://developer.openstack.org/api-guide/compute/down_cells.html>`__
section of the Compute API guide for more information on the keys that
would be returned in the partial constructs.
Normal response codes: 200
Error response codes: unauthorized(401), forbidden(403)