Merge "block_device_mapping_v2.bus_type is missing from api-ref"

This commit is contained in:
Zuul 2017-11-14 12:37:01 +00:00 committed by Gerrit Code Review
commit 691d99af63
2 changed files with 12 additions and 1 deletions

View File

@ -1545,7 +1545,8 @@ block_device_mapping_v2:
"volume_size": "25",
"destination_type": "volume",
"delete_on_termination": true,
"tag": "disk1" }]
"tag": "disk1",
"disk_bus": "scsi"}]
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
@ -1986,6 +1987,15 @@ disk_available_least:
in: body
required: true
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:
description: |
Disk configuration. The value is either:

View File

@ -332,6 +332,7 @@ Request
- block_device_mapping_v2.boot_index: boot_index
- block_device_mapping_v2.uuid: block_device_uuid
- block_device_mapping_v2.tag: device_tag_bdm
- block_device_mapping_v2.disk_bus: disk_bus
- config_drive: config_drive
- key_name: key_name
- os:scheduler_hints: os:scheduler_hints