openstack-manuals/doc/install-guide/source/heat-verify.rst
KATO Tomoyuki 310c73ba9c [install] Change modules to services
At now, Orchestration and Telemetry are services, not modules.
https://git.openstack.org/cgit/openstack/governance/tree/reference/projects.yaml

Change-Id: I34fb2af2dad200a517259053d4cf291c1559d53d
2015-10-28 14:42:27 +09:00

1.5 KiB

Verify operation

Verify operation of the Orchestration service.

  1. Source the admin tenant credentials:

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

    $ heat service-list
    +------------+-------------+--------------------------------------+------------+--------+----------------------------+--------+
    | hostname   | binary      | engine_id                            | host       | topic  | updated_at                 | status |
    +------------+-------------+--------------------------------------+------------+--------+----------------------------+--------+
    | controller | heat-engine | 3e85d1ab-a543-41aa-aa97-378c381fb958 | controller | engine | 2015-10-13T14:16:06.000000 | up     |
    | controller | heat-engine | 45dbdcf6-5660-4d5f-973a-c4fc819da678 | controller | engine | 2015-10-13T14:16:06.000000 | up     |
    | controller | heat-engine | 51162b63-ecb8-4c6c-98c6-993af899c4f7 | controller | engine | 2015-10-13T14:16:06.000000 | up     |
    | controller | heat-engine | 8d7edc6d-77a6-460d-bd2a-984d76954646 | controller | engine | 2015-10-13T14:16:06.000000 | up     |
    +------------+-------------+--------------------------------------+------------+--------+----------------------------+--------+

    Note

    This output should indicate four heat-engine components on the controller node.