File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ Response
58
58
- zone: OS-EXT-AZ:availability_zone
59
59
- forced_down: forced_down_2_11
60
60
61
- **Example List Compute Services **
61
+ **Example List Compute Services (v2.11) **
62
62
63
63
.. literalinclude :: ../../doc/api_samples/os-services/v2.11/services-list-get-resp.json
64
64
:language: javascript
65
65
66
- **Example List Compute Services (2 .69) **
66
+ **Example List Compute Services (v2 .69) **
67
67
68
68
This is a sample response for the services from the non-responsive part of the
69
69
deployment. The responses for the available service records will be normal
@@ -272,7 +272,8 @@ Update Compute Service
272
272
273
273
Update a compute service to enable or disable scheduling, including recording a
274
274
reason why a compute service was disabled from scheduling. Set or unset the
275
- ``forced_down `` flag for the service.
275
+ ``forced_down `` flag for the service. This operation is only allowed on
276
+ services whose ``binary `` is ``nova-compute ``.
276
277
277
278
This API is available starting with microversion 2.53.
278
279
You can’t perform that action at this time.
0 commit comments