summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorSurya Seetharaman <suryaseetharaman.9@gmail.com>2018-07-02 15:46:13 +0200
committerMatt Riedemann <mriedem.os@gmail.com>2019-02-20 11:58:39 -0500
commit14a45183ee9558281fd38a60471adf5db55637c8 (patch)
tree287c1424f1ae8b4b8d2147d9a652df344730881c /doc/source
parent874b03068f1682cb0fe94d59f64e858b1514308d (diff)
downloadpython-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 'doc/source')
-rw-r--r--doc/source/cli/nova.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index f3bc8eab..64bdf2da 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -2195,6 +2195,10 @@ nova list
List servers.
+Note that from microversion 2.69, during partial infrastructure failures in the
+deployment, the output of this command may return partial results for the servers
+present in the failure domain.
+
**Optional arguments:**
``--reservation-id <reservation-id>``
@@ -3363,6 +3367,10 @@ nova service-list
Show a list of all running services. Filter by host & binary.
+Note that from microversion 2.69, during partial infrastructure failures in the
+deployment, the output of this command may return partial results for the
+services present in the failure domain.
+
**Optional arguments:**
``--host <hostname>``
@@ -3430,6 +3438,10 @@ nova show
Show details about the given server.
+Note that from microversion 2.69, during partial infrastructure failures in the
+deployment, the output of this command may return partial results for the server
+if it exists in the failure domain.
+
**Positional arguments:**
``<server>``