Verify operation

Verify operation

Verify operation of the Container service.

Note

Perform these commands on the controller node.

  1. Install python-zunclient:

    #  pip install python-zunclient==1.1.0
    
  2. Source the admin tenant credentials:

    $ . admin-openrc
    
  3. List service components to verify successful launch and registration of each process:

    $ 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 |
    +----+-----------------------+-------------+-------+----------+-----------------+---------------------------+---------------------------+
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.