[api-ref] Correct parameter type

`OS-EXT-SERV-ATTR:launch_index` parameter should be `integer`
instead of `int`.

Change-Id: I598ac4f310008933d1ddf2eff9f2e68fa2c76edc
This commit is contained in:
Ha Van Tu 2016-09-08 14:42:32 +07:00
parent e281fad20e
commit a68cd911d1
1 changed files with 1 additions and 1 deletions

View File

@ -3836,7 +3836,7 @@ server_kernel_id:
server_launch_index: server_launch_index:
in: body in: body
required: true required: true
type: int type: integer
description: | description: |
When servers are launched via multiple create, this is the When servers are launched via multiple create, this is the
sequence in which the servers were launched. sequence in which the servers were launched.