RETIRED, Nova Hyper-V Compute Driver
Go to file
Alin Balutoiu ae76684e07 Fixes timeout waiting for vif plugging callback for instance
Currently, plug_vifs is called when powering on the instance.
The call to wait_for_plug_events will give a timeout waiting
for the plug event when using neutron-ovs-agent.

This patch addresses this issue by moving the call to plug_vifs
from power_on to after the create_instance call, which is prior
to waiting for plug events. This change modifies the behaviour
of power_on only during the instance spawn, the other calls
remaining the same.

Change-Id: I13b7caf84434a4b9b6f2795cddc7401874c46647
Closes-Bug: #1684250
2017-04-20 12:52:44 +03:00
doc/source Converting compute-hyperv to py3 2015-10-06 18:27:05 +03:00
hyperv Fixes timeout waiting for vif plugging callback for instance 2017-04-20 12:52:44 +03:00
nova Fixes Nova compute driver import 2016-05-06 18:51:06 +03:00
.coveragerc Updated .coveragerc after removal of respective directory. 2016-10-21 15:19:35 +05:30
.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-04-07 07:04:42 +00:00
setup.cfg Removes setup.cfg version 2016-10-20 02:33:33 -07:00
setup.py Updated from global requirements 2017-03-07 13:57:02 +00:00
test-requirements.txt Updated from global requirements 2017-02-10 05:47:42 +00:00
tox.ini Add Constraints support 2016-12-22 00:31:24 +00:00

README.rst

compute-hyperv

Hyper-V Nova Driver

Features

  • TODO