Merge "Fix "Creates an agent build" parameters"
This commit is contained in:
commit
3f0865b22a
@ -29,6 +29,12 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- 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**
|
||||
|
||||
|
@ -46,6 +46,12 @@ api_version:
|
||||
type: string
|
||||
description: >
|
||||
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:
|
||||
description: |
|
||||
The UUID of the attachment.
|
||||
@ -1451,6 +1457,12 @@ next:
|
||||
in: body
|
||||
required: false
|
||||
type: string
|
||||
os:
|
||||
description: |
|
||||
The name of the operating system.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
os-availability-zone:availability_zone:
|
||||
description: |
|
||||
The availability zone from which to launch the server. When you provision resources,
|
||||
|
Loading…
Reference in New Issue
Block a user