RETIRED, Windows / Hyper-V library for OpenStack projects.
Go to file
Claudiu Belu accb5214e5 Creates baseutils module
Creates BaseUtils class, which contains the _get_wmi_obj and
_get_wmi_conn methods, commonly used in most of the utils
classes.

Caches the WMI connections, as they do not have to be unique.

Sets the WMI _conn object, the Msvm_VirtualSystemManagementService
as object attributes, as they are constantly used and there is no
need to instantiate them every time.

Partial-Bug: #1505196

Change-Id: Ieee7b9e587424f2a95aee85389adfaabf4032779
2016-02-25 16:18:49 +02:00
doc/source Make os-win Py3 compatible 2015-11-13 14:47:44 +02:00
os_win Creates baseutils module 2016-02-25 16:18:49 +02:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:42:06 +00: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
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
README.rst Rename project to os-win 2015-09-17 05:21:49 -07:00
babel.cfg 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
requirements.txt Replaces WMI requirement with PyMI 2016-02-23 21:16:56 +02:00
setup.cfg bump version to 0.2.2 2016-02-19 16:07:33 +02:00
setup.py Updated from global requirements 2015-12-03 15:06:50 +00:00
test-requirements.txt Updated from global requirements 2016-01-26 23:27:43 +00:00
tox.ini Rename project to os-win 2015-09-17 05:21:49 -07:00

README.rst

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