833af5c9bf
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
12 lines
556 B
YAML
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 |