Merge "api-ref: mark id as optional in POST /flavors"
This commit is contained in:
commit
159bf6e4e4
api-ref/source
@ -74,7 +74,7 @@ Request
|
|||||||
|
|
||||||
- flavor: flavor
|
- flavor: flavor
|
||||||
- name: flavor_name
|
- name: flavor_name
|
||||||
- id: flavor_id_body
|
- id: flavor_id_body_create
|
||||||
- ram: flavor_ram
|
- ram: flavor_ram
|
||||||
- disk: flavor_disk
|
- disk: flavor_disk
|
||||||
- vcpus: flavor_cpus
|
- vcpus: flavor_cpus
|
||||||
|
@ -1914,6 +1914,13 @@ flavor_id_body:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
flavor_id_body_create:
|
||||||
|
description: |
|
||||||
|
The ID of the flavor. While people often make this look like an int, this
|
||||||
|
is really a string. If not provided, this defaults to a uuid.
|
||||||
|
in: body
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
flavor_is_public:
|
flavor_is_public:
|
||||||
description: |
|
description: |
|
||||||
Whether the flavor is public (available to all projects) or scoped
|
Whether the flavor is public (available to all projects) or scoped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user