RETIRED, Windows / Hyper-V library for OpenStack projects.
066876ae1b
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 |
||
---|---|---|
doc/source | ||
os_win | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/os-win
- Source: http://git.openstack.org/cgit/openstack/os-win
- Bugs: http://bugs.launchpad.net/os-win
Features
- TODO