d68c04299a
This patch adds support for setting boot order for Hyper-V instances. Unit tests were updated accordingly. Partially implements: blueprint hyper-v-set-boot-order Change-Id: I8516ba5f27146ea773eb59a82e0f2d246c742446
9 lines
368 B
YAML
9 lines
368 B
YAML
---
|
|
features:
|
|
- |
|
|
Added boot order support in the Hyper-V driver.
|
|
The HyperVDriver can now set the requested boot order for instances that are
|
|
Generation 2 VMs (the given image has the property "hw_machine_type=hyperv-gen2").
|
|
For Generation 1 VMs, the spawned VM's boot order is changed only if the given
|
|
image is an ISO, booting from ISO first.
|