[Yahoo-eng-team] [Bug 1386535] [NEW] DELETE/serivce/id should judge the service status

2014-10-28 Thread chejun
Public bug reported: DELETE/serivce/id interface has not judged the deleting service`s status. If the status is UP, the delete operation should be refused. The interface is a member function of ServiceController class in nova.api.openstack.compute.contrib.services.py ** Affects: nova

[Yahoo-eng-team] [Bug 1386540] [NEW] DELETE/os-service/id interface parameter is not convenient for use

2014-10-28 Thread chejun
Public bug reported: DELETE/os-serivce/id interface use service-id as the parameter, i think it will be more better if use hostname and binary as the parameter, just like the interface UPDATE/os-serivce/id. The interface is a member function of ServiceController class in