RETIRED, Nova Hyper-V Compute Driver
Go to file
AlexMuresan 70f3477a3d Evacuate feature
This patch adds the 'evacuate' feature to the compute-hyperv driver.

It works by removing the 'delete_disk_files' from the 'spawn' method,
preventing it from happening every time a new instance is spawned, and
checking whether or not disk files already exist for the given machine.
If they do, they will be used when evacuating the instance on another
host

Change-Id: Ie3e847b9f285cf47b474cdcc96e289c7d053c8a0
2018-01-29 12:05:17 +00:00
compute_hyperv Evacuate feature 2018-01-29 12:05:17 +00:00
doc/source doc: Switch to openstackdocstheme 2017-11-13 19:04:12 +00:00
etc Add config sample to compute-hyperv docs 2017-11-13 17:51:26 +00:00
nova move to compute_hyperv namespace 2017-08-09 09:00:32 +00:00
releasenotes Adds docs and reno jobs 2017-12-18 11:51:42 +00:00
tools tox: Installs nova as a requirement 2017-12-19 14:53:38 +00:00
.coveragerc move to compute_hyperv namespace 2017-08-09 09:00:32 +00:00
.gitignore Adds docs and reno jobs 2017-12-18 11:51:42 +00: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
.zuul.yaml tox: Installs nova as a requirement 2017-12-19 14:53:38 +00:00
CONTRIBUTING.rst Applies cookiecutter template 2015-03-23 22:21:15 +02:00
HACKING.rst Update the doc urls 2017-11-21 10:25:29 +00: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 Update the doc urls 2017-11-21 10:25:29 +00: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 Updated from global requirements 2018-01-16 04:04:01 +00:00
setup.cfg Add oslo.config entry point 2017-11-10 19:28:15 +02:00
setup.py Updated from global requirements 2017-03-07 13:57:02 +00:00
test-requirements.txt Updated from global requirements 2018-01-16 04:04:01 +00:00
tox.ini Adds docs and reno jobs 2017-12-18 11:51:42 +00:00

README.rst

compute-hyperv

Hyper-V Nova Driver

Features

  • TODO