Lucian Petrut c73b074042 Add method for retrieving VM nics
We need a way to retrieve VM nic names. This will allow the Nova
Hyper-V driver to enable port metrics when receiving instance power
on events.

It's safer to query Hyper-V directly rather than relying on Nova's port
cache.

Change-Id: Ibe7409b392b91204f0cea2bdd32c86ec03d06b67
Partial-Bug: #1794456
2018-09-27 18:59:59 +03:00
2017-11-13 17:53:39 +00:00
2018-09-27 18:59:59 +03:00
2018-07-26 12:36:17 +00:00
2017-11-13 17:53:39 +00:00
2015-09-17 05:21:49 -07:00
2015-08-05 19:48:23 +03:00
2015-08-25 13:35:09 +03:00
2018-08-24 06:31:41 +00:00
2015-08-05 19:48:23 +03:00
2015-09-17 05:21:49 -07:00
2015-08-05 19:34:43 +03:00
2015-08-05 19:48:23 +03:00
2018-06-27 23:29:54 +08:00
2017-11-10 15:59:49 +02:00
2017-03-02 17:50:41 +00:00
2018-06-06 15:27:01 -04:00

Team and repository tags

image

os-win

Windows / Hyper-V library for OpenStack projects.

This library contains Windows / Hyper-V specific code commonly used in OpenStack projects. The library can be used in any other OpenStack projects where it is needed.

Release Notes

How to Install

os-win is released on Pypi, meaning that it can be installed and upgraded via pip. To install os-win, run the following command:

pip install os-win

To upgrade os-win, run the following command:

pip install -U os-win

Note that the first OpenStack release to use os-win is Mitaka. Previous releases do not benefit from this library.

Tests

You will have to install the test dependencies first to be able to run the tests.

C:\os_win> pip install -r requirements.txt
C:\os_win> pip install -r test-requirements.txt

You can run the unit tests with the following command.

C:\os_win> nosetests os_win\tests\unit

How to contribute

To contribute to this project, please go through the following steps.

  1. Clone the project and keep your working tree updated.
  2. Make modifications on your working tree.
  3. Run unit tests.
  4. If the tests pass, commit your code.
  5. Submit your code via git review.
  6. Check that Jenkins and the Microsoft Hyper-V CI pass on your patch.
  7. If there are issues with your commit, ammend, and submit it again via git review.
  8. Wait for the patch to be reviewed.

Features

os-win is currently used in the following OpenStack projects:

  • nova
  • cinder
  • compute-hyperv
  • networking-hyperv
  • ceilometer
  • os-brick
Description
RETIRED, Windows / Hyper-V library for OpenStack projects.
Readme 7.1 MiB