Merge "[user-guide] Update the 'nova service-list' to openstack"

This commit is contained in:
Jenkins 2016-12-26 05:15:06 +00:00 committed by Gerrit Code Review
commit 1a6f72c8a8
3 changed files with 3 additions and 26 deletions

View File

@ -71,19 +71,3 @@ examples disable and enable the ``nova-compute`` service.
+----------+--------------+---------+
| compute | nova-compute | enabled |
+----------+--------------+---------+
#. Check the service list:
.. code-block:: console
$ nova service-list
+------------------+----------+----------+---------+-------+----------------------------+-----------------+
| Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+------------------+----------+----------+---------+-------+----------------------------+-----------------+
| nova-conductor | devstack | internal | enabled | up | 2013-10-16T00:57:08.000000 | None |
| nova-cert | devstack | internal | enabled | up | 2013-10-16T00:57:09.000000 | None |
| nova-compute | devstack | nova | enabled | up | 2013-10-16T00:57:07.000000 | None |
| nova-network | devstack | internal | enabled | up | 2013-10-16T00:57:11.000000 | None |
| nova-scheduler | devstack | internal | enabled | up | 2013-10-16T00:57:14.000000 | None |
| nova-consoleauth | devstack | internal | enabled | up | 2013-10-16T00:57:07.000000 | None |
+------------------+----------+----------+---------+-------+----------------------------+-----------------+

View File

@ -99,8 +99,8 @@ Before starting a migration, review the Configure migrations section.
example, we will migrate the instance to ``HostC``, because
``nova-compute`` is running on it:
.. list-table:: **nova service-list**
:widths: 20 9 12 11 9 30 24
.. list-table:: **openstack compute service list**
:widths: 20 9 12 11 9 30
:header-rows: 1
* - Binary
@ -109,49 +109,42 @@ Before starting a migration, review the Configure migrations section.
- Status
- State
- Updated_at
- Disabled Reason
* - nova-consoleauth
- HostA
- internal
- enabled
- up
- 2014-03-25T10:33:25.000000
- -
* - nova-scheduler
- HostA
- internal
- enabled
- up
- 2014-03-25T10:33:25.000000
- -
* - nova-conductor
- HostA
- internal
- enabled
- up
- 2014-03-25T10:33:27.000000
- -
* - nova-compute
- HostB
- nova
- enabled
- up
- 2014-03-25T10:33:31.000000
- -
* - nova-compute
- HostC
- nova
- enabled
- up
- 2014-03-25T10:33:31.000000
- -
* - nova-cert
- HostA
- internal
- enabled
- up
- 2014-03-25T10:33:31.000000
- -
#. Check that ``HostC`` has enough resources for migration:

View File

@ -335,7 +335,7 @@ no longer available in the cloud—meaning,
.. code-block:: console
$ nova service-list
$ openstack compute service list
showed this particular node in a down state.