Comment 2 for bug 1805164

Revision history for this message
Takashi Natsume (natsume-takashi) wrote : Re: Services can not be disabled

The "PUT /os-services/disable" API is just for a compute service (nova-compute).
It says that "Disables scheduling for a Compute service." in the compute API reference.

https://developer.openstack.org/api-ref/compute/?expanded=disable-scheduling-for-a-compute-service-detail#disable-scheduling-for-a-compute-service

But the error message is confusing and there are no checks whether the 'binary' is nova-compute or not.
It had better be fixed.