Add release notes

We've enabled the release notes zuul job quite late in the release
cycle, for which reason some of the notes are missing, being added
by this change.

This change also adds a reference to the release notes page on
the main compute-hyperv docs page.

Change-Id: If5c717bad101b55379201a02afe6f88b3cd9345d
This commit is contained in:
Lucian Petrut 2018-02-16 11:13:40 +02:00
parent f50f40ffc4
commit 5b43e2ded4
4 changed files with 19 additions and 0 deletions

View File

@ -19,6 +19,9 @@ hosts as OpenStack compute nodes, more specifically:
* ``nova-compute`` configuration options
* Troubleshooting and debugging tips & tricks
For release notes, please check out the following `page`__.
__ http://compute-hyperv.readthedocs.io/projects/releasenotes
Contents:

View File

@ -0,0 +1,4 @@
---
features:
- |
The Hyper-V driver now supports the "instance evacuate" feature.

View File

@ -0,0 +1,7 @@
---
features:
- |
The Hyper-V driver now supports online volume resize (only applies to
iSCSI/FC disks). Warning: this won't work properly with some iSCSI
backends (e.g. LVM + tgt), which will drop connected initiators
during an online volume resize operation.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
The Hyper-V driver now properly provides instance disk metadata (even for
untagged disks), allowing the guests to safely identify disks.