RETIRED, Nova Hyper-V Compute Driver
Go to file
Lucian Petrut 8326d2c43c Update device metadata when attaching disks/NICs
This change ensures that we're updating the instance device metadata
when attaching or detaching instance volumes or NICs.

Unlike the other Nova drivers, we're including all Cinder volumes
in the device metadata, not just the tagged ones. The reason is that
this allows Hyper-V guests to properly identify attached disk paths.

Note that the disk mountpoints (e.g. /dev/sdc) are ignored by the
Hyper-V driver. Also, we cannot override SCSI identifiers, unlike
the Libvirt driver, which will use volume IDs as SCSI IDs.

Closes-Bug: #1723431

Depends-On: I7a4c242c80b5b3562bf9513deb89071b5bb5bf28
Depends-On: I6f2c6ecf71d3254d64bc24574619c18184d3d055

Change-Id: I6853b1d167fe675435f3fb8f1fdb0cf0b63bed65
2017-10-27 12:44:26 +03:00
compute_hyperv Update device metadata when attaching disks/NICs 2017-10-27 12:44:26 +03:00
doc/source move to compute_hyperv namespace 2017-08-09 09:00:32 +00:00
nova move to compute_hyperv namespace 2017-08-09 09:00:32 +00:00
.coveragerc move to compute_hyperv namespace 2017-08-09 09:00:32 +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 Updated from global requirements 2017-10-04 13:33:50 +00:00
setup.cfg move to compute_hyperv namespace 2017-08-09 09:00:32 +00:00
setup.py Updated from global requirements 2017-03-07 13:57:02 +00:00
test-requirements.txt Adds wsgi_intercept as a test requirement 2017-07-31 02:01:05 -07:00
tox.ini move to compute_hyperv namespace 2017-08-09 09:00:32 +00:00

README.rst

compute-hyperv

Hyper-V Nova Driver

Features

  • TODO