65b47b549b
Change all magnum commands with the openstack coe equivalents. Change-Id: I812468f9c855329638732f98d76c95c7b8ba64f6
862 B
862 B
Verify operation
Verify operation of the Container Infrastructure Management service.
Note
Perform these commands on the controller node.
Source the
admin
tenant credentials:$ . admin-openrc
To list out the health of the internal services, namely conductor, of magnum, use:
$ openstack coe service list +----+-----------------------+------------------+-------+ | id | host | binary | state | +----+-----------------------+------------------+-------+ | 1 | controller | magnum-conductor | up | +----+-----------------------+------------------+-------+
Note
This output should indicate a
magnum-conductor
component on the controller node.