cinder/releasenotes/notes/vmware_vmdk_paravirtual-3d5eeef96dcbcfb7.yaml
Vipin Balachandran 93490b2c9e VMware: Support for paraVirtual image adapter type
Currently the VMDK driver does not support creating volumes
with paraVirtual adapter type. It fails the copy image to
volume operation if the image's 'vmware_adaptertype' property
is set to 'paraVirtual'. This patch adds the paraVirtual
adapter type to the list of valid adapter types to fix this.

Closes-bug: #1578399
Change-Id: I981b1737974ae1fbb3eb3fef3811bcb50030d670
2016-05-04 14:59:34 -07:00

5 lines
107 B
YAML

---
fixes:
- Added support for images with vmware_adaptertype set to
paraVirtual in the VMDK driver.