Files
openstack-salt/doc/source/install/install-openstack-validate.rst
2016-01-25 23:46:39 +01:00

797 B

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