Merge "block_device_mapping_v2.bus_type is missing from api-ref"
This commit is contained in:
@@ -1545,7 +1545,8 @@ block_device_mapping_v2:
|
|||||||
"volume_size": "25",
|
"volume_size": "25",
|
||||||
"destination_type": "volume",
|
"destination_type": "volume",
|
||||||
"delete_on_termination": true,
|
"delete_on_termination": true,
|
||||||
"tag": "disk1" }]
|
"tag": "disk1",
|
||||||
|
"disk_bus": "scsi"}]
|
||||||
|
|
||||||
In microversion 2.32, ``tag`` is an optional string attribute that can
|
In microversion 2.32, ``tag`` is an optional string attribute that can
|
||||||
be used to assign a tag to the block device. This tag is then exposed to
|
be used to assign a tag to the block device. This tag is then exposed to
|
||||||
@@ -1986,6 +1987,15 @@ disk_available_least:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: integer
|
type: integer
|
||||||
|
disk_bus:
|
||||||
|
description: |
|
||||||
|
Disk bus type, some hypervisors (currently only libvirt) support
|
||||||
|
specify this parameter. Some example disk_bus values can be: `ide`,
|
||||||
|
`usb`, `virtio`, `scsi`. This is not an exhaustive list as it depends
|
||||||
|
on the virtualization driver, and may change as more support is added.
|
||||||
|
in: body
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
disk_config:
|
disk_config:
|
||||||
description: |
|
description: |
|
||||||
Disk configuration. The value is either:
|
Disk configuration. The value is either:
|
||||||
|
@@ -332,6 +332,7 @@ Request
|
|||||||
- block_device_mapping_v2.boot_index: boot_index
|
- block_device_mapping_v2.boot_index: boot_index
|
||||||
- block_device_mapping_v2.uuid: block_device_uuid
|
- block_device_mapping_v2.uuid: block_device_uuid
|
||||||
- block_device_mapping_v2.tag: device_tag_bdm
|
- block_device_mapping_v2.tag: device_tag_bdm
|
||||||
|
- block_device_mapping_v2.disk_bus: disk_bus
|
||||||
- config_drive: config_drive
|
- config_drive: config_drive
|
||||||
- key_name: key_name
|
- key_name: key_name
|
||||||
- os:scheduler_hints: os:scheduler_hints
|
- os:scheduler_hints: os:scheduler_hints
|
||||||
|
Reference in New Issue
Block a user