RETIRED, Windows / Hyper-V library for OpenStack projects.
Go to file
Claudiu Belu 066876ae1b Fixes Bug "destroy_vm fails with HyperVException"
When trying to delete an instance that has a pending operation,
i.e. creating a snapshot, Hyper-V will raise the following excention:

HyperVException: Operation failed with return value: 32775

Code 32775 means "Invalid state for this operation". This means
that the delete operation cannot be performed while there is
another operation pending.

This patch fixes this problem by requesting all the instance jobs
and killing them right before the delete operation.

Co-Authored-By: Adelina Tuvenie <atuvenie@cloudbasesolutions.com>

Closes Bug: #1461970

Change-Id: I0e3fca20981e1080814224b8cee7cea5b8c6a53f
2015-09-17 17:49:44 +03:00
doc/source Rename project to os-win 2015-09-17 05:21:49 -07:00
os_win Fixes Bug "destroy_vm fails with HyperVException" 2015-09-17 17:49:44 +03:00
.coveragerc Rename project to os-win 2015-09-17 05:21:49 -07:00
.gitignore Renames project to os-windows 2015-08-25 13:35:09 +03:00
.gitreview Rename project to os-win 2015-09-17 05:21:49 -07:00
.mailmap Adds oslo cookiecutter template 2015-08-05 19:48:23 +03:00
.testr.conf Renames project to os-windows 2015-08-25 13:35:09 +03:00
babel.cfg Adds oslo cookiecutter template 2015-08-05 19:48:23 +03:00
CONTRIBUTING.rst Rename project to os-win 2015-09-17 05:21:49 -07:00
HACKING.rst Rename project to os-win 2015-09-17 05:21:49 -07:00
LICENSE Initial commit 2015-08-05 19:34:43 +03:00
MANIFEST.in Adds oslo cookiecutter template 2015-08-05 19:48:23 +03:00
openstack-common.conf Rename project to os-win 2015-09-17 05:21:49 -07:00
README.rst Rename project to os-win 2015-09-17 05:21:49 -07:00
requirements.txt Fixes project for Jenkins runs 2015-09-17 05:21:41 -07:00
setup.cfg Rename project to os-win 2015-09-17 05:21:49 -07:00
setup.py Adds oslo cookiecutter template 2015-08-05 19:48:23 +03:00
test-requirements.txt Renames project to os-windows 2015-08-25 13:35:09 +03:00
tox.ini Rename project to os-win 2015-09-17 05:21:49 -07:00

os-win

Windows / Hyper-V library for OpenStack projects.

Library contains Windows / Hyper-V code commonly used in the OpenStack projects: nova, cinder, networking-hyperv. The library can be used in any other OpenStack projects where it is needed.

Features

  • TODO