Validate OpenStack servicesΒΆ

Everything should be up and running now. You should execute a few checks before continue. Execute following checks on one or all control nodes.

Check GlusterFS status:

gluster peer status
gluster volume status

Check Galera status (execute on one of the controllers):

mysql -p<PWD> -e'SHOW STATUS;'

Check OpenContrail status:

contrail-status

Check OpenStack services:

nova-manage service list
cinder-manage service list

Source keystone credentials and try Nova API:

source keystonerc
nova list