Comment 5 for bug 1550999

Revision history for this message
Sheel Rana (ranasheel2000) wrote :

Test results after fix

sheel@sheel:~/python-openstackClient/python-openstackclient$ openstack volume service list
+------------------+-------------------+------+---------+-------+
| Binary | Host | Zone | Status | State |
+------------------+-------------------+------+---------+-------+
| cinder-backup | sheel | nova | enabled | up |
| cinder-scheduler | sheel | nova | enabled | up |
| cinder-volume | sheel@lvmdriver-1 | nova | enabled | up |
+------------------+-------------------+------+---------+-------+

sheel@sheel:~/python-openstackClient/python-openstackclient$ openstack volume service list --long
+------------------+-------------------+------+---------+-------+----------------------------+-----------------+
| Binary | Host | Zone | Status | State | Updated At | Disabled Reason |
+------------------+-------------------+------+---------+-------+----------------------------+-----------------+
| cinder-backup | sheel | nova | enabled | up | 2016-04-10T07:33:53.000000 | None |
| cinder-scheduler | sheel | nova | enabled | up | 2016-04-10T07:33:50.000000 | None |
| cinder-volume | sheel@lvmdriver-1 | nova | enabled | up | 2016-04-10T07:33:50.000000 | None |
+------------------+-------------------+------+---------+-------+----------------------------+-----------------+