Merge "Add empty flavor object info in server api-ref"
This commit is contained in:
commit
2669a89083
@ -2193,6 +2193,14 @@ flavor_rxtx_factor_in:
|
||||
in: body
|
||||
required: false
|
||||
type: float
|
||||
flavor_server:
|
||||
description: |
|
||||
The ID and links for the flavor for your server instance. A flavor is a combination
|
||||
of memory, disk size, and CPUs. This can be empty object in case flavor information
|
||||
is not present in the system.
|
||||
in: body
|
||||
required: true
|
||||
type: object
|
||||
flavor_swap:
|
||||
description: |
|
||||
The size of a dedicated swap disk that will be allocated, in
|
||||
|
@ -535,7 +535,7 @@ Response
|
||||
- server: server
|
||||
- addresses: addresses
|
||||
- created: created
|
||||
- flavor: flavor
|
||||
- flavor: flavor_server
|
||||
- hostId: hostId
|
||||
- id: server_id
|
||||
- image: image
|
||||
@ -621,7 +621,7 @@ Response
|
||||
- server: server
|
||||
- addresses: addresses
|
||||
- created: created
|
||||
- flavor: flavor
|
||||
- flavor: flavor_server
|
||||
- hostId: hostId
|
||||
- id: server_id
|
||||
- image: image
|
||||
@ -717,7 +717,7 @@ Response
|
||||
- server: server
|
||||
- addresses: addresses
|
||||
- created: created
|
||||
- flavor: flavor
|
||||
- flavor: flavor_server
|
||||
- hostId: hostId
|
||||
- id: server_id
|
||||
- image: image
|
||||
|
Loading…
x
Reference in New Issue
Block a user