api-ref: fix misleading description in PUT /os-services/disable
The PUT /os-services/disable API does not actually check the request body for a reason why the service is being disabled. That's what PUT /os-services/disable-log-reason is for. This removes that incorrect part of the API description. Closes-Bug: #1697787 Change-Id: I7a0bbdad842e5d420085777d4fe2f9e6d3e94360
This commit is contained in:
parent
96d059ff38
commit
a9ba1be7b7
@ -60,7 +60,7 @@ Disable Scheduling For A Compute Service
|
|||||||
|
|
||||||
.. rest_method:: PUT /os-services/disable
|
.. rest_method:: PUT /os-services/disable
|
||||||
|
|
||||||
Disables scheduling for a Compute service with optional logging.
|
Disables scheduling for a Compute service.
|
||||||
|
|
||||||
Specify the service by its host name and binary name.
|
Specify the service by its host name and binary name.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user