zun/doc/source/install/verify.rst
Hongbin Lu edbd6cfd99 Update installation guide for using python3
Change-Id: Ic64853d9a5ec3a5b30af372dc551bad844541aca
2020-02-17 05:04:38 +00:00

35 lines
1.2 KiB
ReStructuredText

.. _verify:
Verify operation
~~~~~~~~~~~~~~~~
Verify operation of the Container service.
.. note::
Perform these commands on the controller node.
#. Install python-zunclient:
.. code-block:: console
# pip3 install python-zunclient
#. Source the ``admin`` tenant credentials:
.. code-block:: console
$ . admin-openrc
#. List service components to verify successful launch and
registration of each process:
.. code-block:: console
$ openstack appcontainer service list
+----+-----------------------+-------------+-------+----------+-----------------+---------------------------+--------------------+
| Id | Host | Binary | State | Disabled | Disabled Reason | Updated At | Availability Zone |
+----+-----------------------+-------------+-------+----------+-----------------+---------------------------+--------------------+
| 1 | localhost.localdomain | zun-compute | up | False | None | 2018-03-13 14:15:40+00:00 | nova |
+----+-----------------------+-------------+-------+----------+-----------------+---------------------------+--------------------+