RETIRED, Nova Hyper-V Compute Driver
Go to file
Lucian Petrut 93a4cb6207 HyperV: ensure config drives are copied as well during resizes
During cold migration, vhd config drive images are not copied
over, on the wrong assumption that the instance is already
configured and does not need the config drive.

For this reason, migrating instances using vhd config drives
will fail, as there is a check ensuring that the config drive
is present, if required.

This change addresses the issue, removing the check that was
preventing the config drive from being copied.

(cherry-picked from commit 2dd231cff199bd75bcd3d1031a9ff0a1a82ec1cb)

Change-Id: I8cd42bed4515f4f75c92e595c4d8b847b16058dd
Closes-Bug: #1619602
2016-10-17 17:06:57 -07:00
doc/source Converting compute-hyperv to py3 2015-10-06 18:27:05 +03:00
hyperv HyperV: ensure config drives are copied as well during resizes 2016-10-17 17:06:57 -07:00
nova Fixes Nova compute driver import 2016-05-06 18:51:06 +03:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:58:18 +00:00
.gitignore Applies cookiecutter template 2015-03-23 22:21:15 +02:00
.gitreview Updates project repo to openstack 2015-10-19 01:11:54 +03:00
.mailmap Applies cookiecutter template 2015-03-23 22:21:15 +02:00
.testr.conf Applies cookiecutter template 2015-03-23 22:21:15 +02:00
CONTRIBUTING.rst Applies cookiecutter template 2015-03-23 22:21:15 +02:00
HACKING.rst Applies cookiecutter template 2015-03-23 22:21:15 +02:00
LICENSE Initial commit 2015-03-02 01:00:32 -08:00
MANIFEST.in Applies cookiecutter template 2015-03-23 22:21:15 +02:00
README.rst Updates project repo to openstack 2015-10-19 01:11:54 +03:00
babel.cfg Applies cookiecutter template 2015-03-23 22:21:15 +02:00
openstack-common.conf Applies cookiecutter template 2015-03-23 22:21:15 +02:00
requirements.txt Hyper-V: Shielded VMs 2016-06-15 08:19:10 +00:00
setup.cfg Adds nova to setup.cfg packages 2016-09-13 18:15:03 +03:00
setup.py Adds setup files and README 2015-03-18 14:02:54 -07:00
test-requirements.txt Add iSCSI MPIO support 2016-03-22 15:01:12 +02:00
tox.ini Fixes Nova compute driver import 2016-05-06 18:51:06 +03:00

README.rst

compute-hyperv

Hyper-V Nova Driver

Features

  • TODO