diff options
author | Lucian Petrut <lpetrut@cloudbasesolutions.com> | 2020-03-04 15:42:16 +0200 |
---|---|---|
committer | Lucian Petrut <lpetrut@cloudbasesolutions.com> | 2020-03-04 15:45:21 +0200 |
commit | ca3e14319baf5980d346531fe1a7b75a97a01196 (patch) | |
tree | 849979c972b85d3e8b70de89c22ffd27ece3ef04 | |
parent | 5aa8df8f5cd4013b47a381ea929edd7ac425810e (diff) | |
download | nova-ca3e14319baf5980d346531fe1a7b75a97a01196.tar.gz |
hyper-v: update support matrix
This change documents certain hyper-v driver features that are not
included in the driver support matrix.
Change-Id: I29f6d816138bd31ad6bc8d327636b202d718bdff
-rw-r--r-- | doc/source/user/support-matrix.ini | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/user/support-matrix.ini b/doc/source/user/support-matrix.ini index 5c69f921eb..cac43125c2 100644 --- a/doc/source/user/support-matrix.ini +++ b/doc/source/user/support-matrix.ini @@ -266,7 +266,7 @@ driver.libvirt-qemu-x86=complete driver.libvirt-lxc=missing driver.libvirt-xen=complete driver.vmware=missing -driver.hyperv=missing +driver.hyperv=complete driver.ironic=missing driver.libvirt-vz-vm=complete driver.libvirt-vz-ct=missing @@ -1339,7 +1339,9 @@ driver.libvirt-qemu-x86=complete driver.libvirt-lxc=missing driver.libvirt-xen=missing driver.vmware=complete -driver.hyperv=missing +driver.hyperv=complete +driver-notes.hyperv=In order to use uefi, a second generation Hyper-V vm must + be requested. driver.ironic=partial driver-notes.ironic=depends on hardware support driver.libvirt-vz-vm=missing |