
Depends-On: Id4f234068600564fa18e73aba08f6e43893456ee Implements: blueprint zun-installation-guide Change-Id: If987b7034c98eeee3c69f65d9e0b047d26ec0dc4
35 lines
1.2 KiB
ReStructuredText
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
|
|
|
|
# pip 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 | Created At | Updated At |
|
|
+----+-----------------------+-------------+-------+----------+-----------------+---------------------------+---------------------------+
|
|
| 1 | localhost.localdomain | zun-compute | up | False | None | 2017-09-13 14:15:40+00:00 | 2017-09-16 22:28:47+00:00 |
|
|
+----+-----------------------+-------------+-------+----------+-----------------+---------------------------+---------------------------+
|