Anand, Vishwanath,
Thanks for your answers!!
Actually I am running openstack on ubuntu and I want to know the working status of all the openstack components.
Eg: glance, nova, keystone, tempest etc.. are working fine and are ready to perform their task.
I don't want to check the list of services of each component like below-
necadmin@nechldcst-PowerEdge-2950:~$ keystone service-list
| id | name | type | description |
| a42a44fcdf134492bba873b5d213b8f3 | cinder | volume | OpenStack Block Storage |
| 21aa123452c84520843b1a26e46a80fb | cinderv2 | volumev2 | OpenStack Block Storage v2 |
necadmin@nechldcst-PowerEdge-2950:~$ nova service-list
| Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
| nova-consoleauth | nechldcst-PowerEdge-2950 | internal | enabled | up | 2014-09-15T06:33:02.000000 | - |
| nova-cert | nechldcst-PowerEdge-2950 | internal | enabled | up | 2014-09-15T06:33:02.000000 | - |
I have two queries basically-
I want a top level status summary for Glance, nova, tempest, keystone, cinder etc as- whether they are installed and configured correctly and ready to use or not??
I also want to know if any command is available to check the status of devstack and openstack individual component's summarize status under devstack??