root@controller:~# nova service-list 
+----+------------------+------------+----------+----------+-------+----------------------------+-------------------------------------+
| Id | Binary           | Host       | Zone     | Status   | State | Updated_at                 | Disabled Reason                     |
+----+------------------+------------+----------+----------+-------+----------------------------+-------------------------------------+
| 1  | nova-cert        | controller | internal | enabled  | up    | 2015-11-16T06:46:32.000000 | -                                   |
| 2  | nova-consoleauth | controller | internal | enabled  | up    | 2015-11-16T06:46:26.000000 | -                                   |
| 3  | nova-scheduler   | controller | internal | enabled  | up    | 2015-11-16T06:46:34.000000 | -                                   |
| 4  | nova-conductor   | controller | internal | enabled  | up    | 2015-11-16T06:46:30.000000 | -                                   |
| 5  | nova-compute     | compute1   | nova     | enabled  | up    | 2015-11-16T06:46:26.000000 | -                                   |
| 6  | nova-compute     | ubuntu     | nova     | disabled | down  | 2015-11-16T06:24:25.000000 | AUTO: Connection to libvirt lost: 0 |
| 7  | nova-compute     | compute10  | nova     | enabled  | up    | 2015-11-16T06:46:27.000000 | -                                   |
+----+------------------+------------+----------+----------+-------+----------------------------+-------------------------------------+
usage: nova service-delete <id>
root@controller:~# nova service-delete 6
root@controller:~# nova service-list 
+----+------------------+------------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary           | Host       | Zone     | Status  | State | Updated_at                 | Disabled Reason |
+----+------------------+------------+----------+---------+-------+----------------------------+-----------------+
| 1  | nova-cert        | controller | internal | enabled | up    | 2015-11-16T06:52:33.000000 | -               |
| 2  | nova-consoleauth | controller | internal | enabled | up    | 2015-11-16T06:52:36.000000 | -               |
| 3  | nova-scheduler   | controller | internal | enabled | up    | 2015-11-16T06:52:34.000000 | -               |
| 4  | nova-conductor   | controller | internal | enabled | up    | 2015-11-16T06:52:30.000000 | -               |
| 5  | nova-compute     | compute1   | nova     | enabled | up    | 2015-11-16T06:52:36.000000 | -               |
| 7  | nova-compute     | compute10  | nova     | enabled | up    | 2015-11-16T06:52:37.000000 | -               |
+----+------------------+------------+----------+---------+-------+----------------------------+-----------------+