os-win/requirements.txt
Claudiu Belu 7b1a61de3c Fixes project for Jenkins runs
Fixes the project for Jenkins runs by adding hacking and hacking
rules, fixing pep8 issues, adding eventlet dependency.

Fixes test_jobutils, mocks wmi module.

Includes bugfix:

Hyper-V: Fix missing WMI namespace issue on Windows 2008 R2

The Hyper-V driver uses the Microsoft\Windows\SMB WMI namespace
in order to handle SMB shares. The issue is that this namespace is
not available on Windows versions prior to Windows Server 2012.

For this reason, the Hyper-V driver fails to initialize on Windows
Server 2008 R2.

This patch fixes the issue by properly handling the PathUtils
initialization.

Closes-Bug: #1463044
Change-Id: Ia99576589af6049ee07337c631ed7d5d6cf602d9

Change-Id: Ide670f759822b2af8fe92a3a1ea0542618f13370
2015-09-17 05:21:41 -07:00

14 lines
414 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr<2.0,>=1.4
Babel>=1.3
eventlet>=0.17.4
oslo.concurrency>=2.3.0 # Apache-2.0
oslo.config>=1.11.0 # Apache-2.0
oslo.log>=1.8.0 # Apache-2.0
oslo.utils>=1.9.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0