~corey.bryant/ubuntu/+source/python-os-win:debian/mitaka

Last commit made on 2015-12-14
Get this branch:
git clone -b debian/mitaka https://git.launchpad.net/~corey.bryant/ubuntu/+source/python-os-win
Only Corey Bryant can upload to this branch. If you are Corey Bryant please log in for upload directions.

Branch merges

Branch information

Name:
debian/mitaka
Repository:
lp:~corey.bryant/ubuntu/+source/python-os-win

Recent commits

e861f93... by Corey Bryant

d/control: Drop py3 binary package until os-win supports py3. https://bugs.launchpad.net/os-win/+bug/1523539

ef475c2... by Thomas Goirand

Fixed watch file.

6f82a8e... by Thomas Goirand <email address hidden>

Added initial debian folder.

d26684f... by Simona Iuliana Toader

Hyper-V: Adds Hyper-V UEFI Secure Boot

Hyper-V supports UEFI SecureBoot since the 2012 R2 version
for Windows guests and this has been extended to Linux
guests as well with the upcoming release.

Change-Id: Ibc80496e9ea5f0961db38140e647d7c2c4c328c6
Partially-Implements: blueprint hyper-v-uefi-secureboot

381e69f... by Simona Iuliana Toader

Hyper-V: refactors utilsfactory

The Hyper-V API can change from a version to another (e.g. new
features), requiring a new Utils class to be added for specific
versions.

Refactors utilsfactory module. In this way, a new utils class
can be added without adding a new parameter when retrieving the
suitable class for windows version.

Change-Id: I3f58c911e6cf0206d6fbc9d62217f1534eaa1cbb
Partially-Implements: blueprint hyper-v-uefi-secureboot

5fe88d9... by Jenkins <email address hidden>

Merge "Update method retrieving mounted disks to work with DVD drives"

bae98c2... by Lucian Petrut

Fix method retrieving share capacity info

This method uses the 'run_and_check_output' wrapper for executing a
kernel32 lib function. The issue is that the 'kernel32_lib_func' flag
was omitted, for which reason the error handling is done improperly.

Namely, this function will return non-zero values in case of success,
which at the moment is interpreted as an error.

This patch fixes the issue by adding the missing flag.

Change-Id: I63c7323ac9a5a4bd850971b2de67012b78bdbfa5

ef2ff3e... by Lucian Petrut

Update method retrieving mounted disks to work with DVD drives

This patch updates the query used by the vmutils
_get_mounted_disk_resource_from_path method so that it can also
retrieve disks attached as DVD drives.

This change is needed by the Nova rescue blueprint implementation.

Change-Id: I3e1ea18128b882c832309875db6de1d112efd67f

055d73a... by Claudiu Belu

Bump version to 0.0.6

Change-Id: I78c657c62c903b08fc6bc379b2a67b52920f99da

e9e1d8f... by Lucian Petrut

Add method for checking if an iSCSI target exists

This method will be needed by the Cinder Windows iSCSI driver,
simplifying the way of creating an export, making this operation
idempotent.

Change-Id: I5f4e03af90793dd6103d58e06e642964aa0a7559