We exuberantly announce the release of: os-win 1.4.0: Windows / Hyper-V library for OpenStack projects. This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/os-win Download the package from: https://pypi.python.org/pypi/os-win Please report issues through launchpad: http://bugs.launchpad.net/os-win For more details, please see below. Changes in os-win 1.3.0..1.4.0 ------------------------------ 366ed6d Adds Hyper-V PCI Passthrough support 7f832dc Rename argument in iscsi_utils, breaking os-brick c0d9cbe Implements qos methods in networkutils 4ab6b35 Allow setting automatic vm shutdown action 57f9ef0 Add hbaapi path config option Diffstat (except docs and test files) ------------------------------------- os_win/conf.py | 26 +++++ os_win/constants.py | 6 ++ os_win/exceptions.py | 14 +++ .../utils/storage/initiator/test_iscsi_utils.py | 4 +- os_win/utils/compute/vmutils.py | 26 ++++- os_win/utils/compute/vmutils10.py | 77 +++++++++++++++ os_win/utils/hostutils.py | 11 +++ os_win/utils/hostutils10.py | 68 +++++++++++++ os_win/utils/network/networkutils.py | 93 +++++++++++++++++- os_win/utils/storage/initiator/fc_utils.py | 5 +- os_win/utils/storage/initiator/iscsi_utils.py | 8 +- 16 files changed, 601 insertions(+), 12 deletions(-)