14a45183ee
This patch explicitly points out the change needed while forming the detailed lists for embedded flavor information. In those cases where the server response for nova list has the flavor key missing for the instances in the down cell, the servers will be skipped. Depends-On: https://review.openstack.org/591657/ Related to blueprint handling-down-cell Change-Id: I007d9a68309b0d3aa85a4edf5026043154d4f42a
10 lines
421 B
YAML
10 lines
421 B
YAML
---
|
|
features:
|
|
- |
|
|
From microversion 2.69 the results of ``nova list``, ``nova show`` and
|
|
``nova service-list`` may contain missing information in their outputs
|
|
when there are partial infrastructure failure periods in the deployment.
|
|
See `Handling Down Cells`_ for more information on the missing keys/info.
|
|
|
|
.. _Handling Down Cells: https://developer.openstack.org/api-guide/compute/down_cells.html
|