nova/releasenotes/notes/bp-handling-down-cell-10f76145d767300c.yaml
Surya Seetharaman 833af5c9bf 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
2019-02-20 10:10:50 -08:00

12 lines
556 B
YAML

---
features:
- |
From microversion 2.69 the responses of ``GET /servers``,
``GET /servers/detail``, ``GET /servers/{server_id}`` and
``GET /os-services`` will contain missing keys during down cell situations
because of adding support for returning minimal constructs based on the
available information from the API database for those records in the
down cells. See `Handling Down Cells`_ for more information on the missing
keys.
.. _Handling Down Cells: https://developer.openstack.org/api-guide/compute/down_cells.html