Merge "api-ref: Fix parameter order in os-services.inc"

This commit is contained in:
Jenkins 2017-05-24 17:00:48 +00:00 committed by Gerrit Code Review
commit 4cc1a4ab46
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ Response
- state: service_state
- status: service_status
- updated_at: updated
- forced_down: forced_down
- zone: OS-EXT-AZ:availability_zone
- forced_down: forced_down
**Example List Compute Services**
@ -208,8 +208,8 @@ Response
- service: service
- binary: binary
- forced_down: forced_down
- host: host_name_body
- forced_down: forced_down
|