diff --git a/doc/install-guide/source/cinder-verify.rst b/doc/install-guide/source/cinder-verify.rst index 4f74403136..9c41da06e9 100644 --- a/doc/install-guide/source/cinder-verify.rst +++ b/doc/install-guide/source/cinder-verify.rst @@ -22,14 +22,14 @@ Verify operation of the Block Storage service. .. code-block:: console - $ cinder service-list + $ openstack volume service list - +------------------+-------------+------+---------+-------+----------------------------+-----------------+ - | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason | - +------------------+-------------+------+---------+-------+----------------------------+-----------------+ - | cinder-scheduler | hst-os1ctl1 | nova | enabled | up | 2016-09-30T02:27:41.000000 | - | - | cinder-volume | block@lvm | nova | enabled | up | 2016-09-30T02:27:46.000000 | - | - +------------------+-------------+------+---------+-------+----------------------------+-----------------+ + +------------------+------------+------+---------+-------+----------------------------+ + | Binary | Host | Zone | Status | State | Updated_at | + +------------------+------------+------+---------+-------+----------------------------+ + | cinder-scheduler | controller | nova | enabled | up | 2016-09-30T02:27:41.000000 | + | cinder-volume | block@lvm | nova | enabled | up | 2016-09-30T02:27:46.000000 | + +------------------+------------+------+---------+-------+----------------------------+ .. end