diff options
author | Surya Seetharaman <suryaseetharaman.9@gmail.com> | 2018-07-02 15:46:13 +0200 |
---|---|---|
committer | Matt Riedemann <mriedem.os@gmail.com> | 2019-02-20 11:58:39 -0500 |
commit | 14a45183ee9558281fd38a60471adf5db55637c8 (patch) | |
tree | 287c1424f1ae8b4b8d2147d9a652df344730881c /releasenotes | |
parent | 874b03068f1682cb0fe94d59f64e858b1514308d (diff) | |
download | python-novaclient-14a45183ee9558281fd38a60471adf5db55637c8.tar.gz |
API microversion 2.69: Handles Down Cells
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
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/bp-handling-down-cell-728cdb1efd1ea75b.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-handling-down-cell-728cdb1efd1ea75b.yaml b/releasenotes/notes/bp-handling-down-cell-728cdb1efd1ea75b.yaml new file mode 100644 index 00000000..0403d80f --- /dev/null +++ b/releasenotes/notes/bp-handling-down-cell-728cdb1efd1ea75b.yaml @@ -0,0 +1,9 @@ +--- +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 |