summaryrefslogtreecommitdiff
path: root/api-ref/source/os-services.inc
diff options
context:
space:
mode:
authorSean Dague <sean@dague.net>2016-04-20 11:20:05 -0400
committerSean Dague <sean@dague.net>2016-04-20 11:25:30 -0400
commit1555736e3c1e0a66a99d0291934887250cd2e0cc (patch)
tree4c481565b55ed0ba0cac5a02ae823e21ad600cfd /api-ref/source/os-services.inc
parentdb06f9aa619923de9ce141d1bd06445e1d63ea48 (diff)
downloadnova-1555736e3c1e0a66a99d0291934887250cd2e0cc.tar.gz
Final warnings removals for api-ref
This removes the final warnings from the api-ref code base, and flips the sphinx switch to enforce warnings as errors. It also adds code to the rest_parameters extension to make it more clear where a problem is when it comes to included parameters. This puts us in a place where we can start doing the file per file look at content. Part of bp:api-ref-in-rst Change-Id: Ic2c99d96d6addcafa00b9f16785c2fe59b1798d3
Diffstat (limited to 'api-ref/source/os-services.inc')
-rw-r--r--api-ref/source/os-services.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/api-ref/source/os-services.inc b/api-ref/source/os-services.inc
index aaa90b6781..e0ab2ccc33 100644
--- a/api-ref/source/os-services.inc
+++ b/api-ref/source/os-services.inc
@@ -42,11 +42,11 @@ Response
- binary: binary
- disabled_reason: disabled_reason
- host: host
- - state: state
+ - state: service_state
- status: status
- - updated_at: updated_at
+ - updated_at: updated
- forced_down: forced_down
- - zone: zone
+ - zone: OS-EXT-AZ:availability_zone
**Example List Compute Services: JSON response**
@@ -202,7 +202,7 @@ Request
.. rest_parameters:: parameters.yaml
- tenant_id: tenant_id
- - service_id: service_id
+ - service_id: service_id_path
Response
--------