summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangzhengwei <wang.zhengwei@99cloud.net>2017-12-12 02:57:24 +0000
committerwangzhengwei <wang.zhengwei@99cloud.net>2017-12-12 02:57:24 +0000
commitc70b7dd057734b574032488715622788e0d19bcb (patch)
treeade35c73b286c2cb90208b9c793925e85fbc0b4a
parent5f563d924c0214500a043068ac03c5fa90c88454 (diff)
downloadironic-c70b7dd057734b574032488715622788e0d19bcb.tar.gz
Add 'nova hypervisor-list' in example set of commands to compare the resources in Compute service and Bare Metal service.
Change-Id: I4dc5373eee022648893c94b6e64a9c72ca40726d Closes-Bug: #1737521
-rw-r--r--doc/source/install/troubleshooting.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/source/install/troubleshooting.rst b/doc/source/install/troubleshooting.rst
index b2dc16e0b..865f0aa3a 100644
--- a/doc/source/install/troubleshooting.rst
+++ b/doc/source/install/troubleshooting.rst
@@ -52,7 +52,14 @@ service and Bare Metal service::
| uuid | 86a2b1bb-8b29-4964-a817-f90031debddb |
+------------------------+----------------------------------------------------------------------+
- $ nova hypervisor-show 1
+ $ nova hypervisor-list
+ +--------------------------------------+--------------------------------------+-------+---------+
+ | ID | Hypervisor hostname | State | Status |
+ +--------------------------------------+--------------------------------------+-------+---------+
+ | 584cfdc8-9afd-4fbb-82ef-9ff25e1ad3f3 | 86a2b1bb-8b29-4964-a817-f90031debddb | up | enabled |
+ +--------------------------------------+--------------------------------------+-------+---------+
+
+ $ nova hypervisor-show 584cfdc8-9afd-4fbb-82ef-9ff25e1ad3f3
+-------------------------+--------------------------------------+
| Property | Value |
+-------------------------+--------------------------------------+