Update "nova" command to "openstack"

Change-Id: I883c0bfbac3d8f794fe45c2cd0185bd811a055bf
Implements: blueprint use-openstack-command
This commit is contained in:
caoyuan 2017-01-02 00:07:52 +08:00
parent 522e4919f8
commit 8e41e2e33c
2 changed files with 16 additions and 16 deletions

View File

@ -157,5 +157,5 @@ If you get this message, check the following:
service to the Compute service after introspection. Our tooling usually service to the Compute service after introspection. Our tooling usually
accounts for it, but if you did some steps manually there may be a period accounts for it, but if you did some steps manually there may be a period
of time when nodes are not available to the Compute service yet. Check that of time when nodes are not available to the Compute service yet. Check that
the :command:`nova hypervisor-stats` command correctly shows total amount the :command:`openstack hypervisor stats show` command correctly shows total
of resources in your system. amount of resources in your system.

View File

@ -394,21 +394,21 @@ a hypervisor's statistics:
.. code-block:: console .. code-block:: console
$ nova hypervisor-stats $ openstack hypervisor stats show
+----------------------+-------+ +----------------------+-------+
| Property | Value | | Field | Value |
+----------------------+-------+ +----------------------+-------+
| count | 1 | | count | 1 |
| current_workload | 0 | | current_workload | 0 |
| disk_available_least | 29 | | disk_available_least | 14 |
| free_disk_gb | 35 | | free_disk_gb | 27 |
| free_ram_mb | 3441 | | free_ram_mb | 15374 |
| local_gb | 35 | | local_gb | 27 |
| local_gb_used | 0 | | local_gb_used | 0 |
| memory_mb | 3953 | | memory_mb | 15886 |
| memory_mb_used | 512 | | memory_mb_used | 512 |
| running_vms | 0 | | running_vms | 0 |
| vcpus | 2 | | vcpus | 8 |
| vcpus_used | 0 | | vcpus_used | 0 |
+----------------------+-------+ +----------------------+-------+