Verify Your Installation¶
Verify operation of the Cluster service.
Note
Perform these commands on the controller node.
Source the
admin
tenant credentials:$ . admin-openrc
List service components to verify successful launch and registration of each process:
$ openstack cluster build info +--------+---------------------+ | Field | Value | +--------+---------------------+ | api | { | | | "revision": "1.0" | | | } | | engine | { | | | "revision": "1.0" | | | } | +--------+---------------------+
You are ready to begin your journey (aka. adventure) with Senlin, now.