Merge "Fix "Creates an agent build" parameters"
This commit is contained in:
commit
3f0865b22a
@ -29,6 +29,12 @@ Request
|
|||||||
.. rest_parameters:: parameters.yaml
|
.. rest_parameters:: parameters.yaml
|
||||||
|
|
||||||
- tenant_id: tenant_id
|
- tenant_id: tenant_id
|
||||||
|
- hypervisor: OS-EXT-SRV-ATTR:hypervisor_hostname
|
||||||
|
- architecture: architecture
|
||||||
|
- os: os
|
||||||
|
- url: url
|
||||||
|
- md5hash: md5hash
|
||||||
|
- version: version
|
||||||
|
|
||||||
**Example Create Agent Build: JSON request**
|
**Example Create Agent Build: JSON request**
|
||||||
|
|
||||||
|
@ -46,6 +46,12 @@ api_version:
|
|||||||
type: string
|
type: string
|
||||||
description: >
|
description: >
|
||||||
The API version as returned in the links from the ``GET /`` call.
|
The API version as returned in the links from the ``GET /`` call.
|
||||||
|
architecture:
|
||||||
|
description: |
|
||||||
|
The name of the cpu architecture.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
attachment_id:
|
attachment_id:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the attachment.
|
The UUID of the attachment.
|
||||||
@ -1451,6 +1457,12 @@ next:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
os:
|
||||||
|
description: |
|
||||||
|
The name of the operating system.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
os-availability-zone:availability_zone:
|
os-availability-zone:availability_zone:
|
||||||
description: |
|
description: |
|
||||||
The availability zone from which to launch the server. When you provision resources,
|
The availability zone from which to launch the server. When you provision resources,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user