235556a5b2
os-win is a library containing Windows / Hyper-V related code. It contains utils modules that are used by nova, cinder, networking_hyperv, os-brick. It also contains Hyper-V metrics related utils, which can be used in ceilometer. Adds os-win to requirements.txt. Replaces the current usage of *Utils classes in the Hyper-V Inspector with the equivalent *Utils classes from os-win. Adds decorators to the HyperVInspector methods that prevent os-win specific exceptions to leak outside the inspector. Depends-On: Ia937399c999d7293799a864a322323e3d2efc123 Depends-On: I1256b632be7aa90561338b595b9406c30f406c7c Change-Id: Ic637e2a9c929cac88b1cb99f5b55dd70c4f84c47
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
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.
|
|
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking<0.11,>=0.10.0
|
|
Babel>=1.3 # BSD
|
|
contextlib2>=0.4.0 # PSF License
|
|
coverage>=3.6 # Apache-2.0
|
|
elasticsearch<2.0,>=1.3.0 # Apache-2.0
|
|
fixtures>=1.3.1 # Apache-2.0/BSD
|
|
happybase!=0.7,>=0.5;python_version=='2.7' # MIT
|
|
httplib2>=0.7.5 # MIT
|
|
mock>=1.2 # BSD
|
|
PyMySQL>=0.6.2 # MIT License
|
|
os-win>=0.2.1 # Apache-2.0
|
|
oslo.cache>=0.8.0 # Apache-2.0
|
|
# Docs Requirements
|
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
|
reno>=0.1.1 # Apache2
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
oslo.vmware>=1.16.0 # Apache-2.0
|
|
psycopg2>=2.5 # LGPL/ZPL
|
|
pylint==1.4.5 # GNU GPL v2
|
|
pymongo>=3.0.2 # Apache-2.0
|
|
gnocchiclient>=2.1.0 # Apache-2.0
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
|
sphinxcontrib-httpdomain # BSD
|
|
sphinxcontrib-pecanwsme>=0.8 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
gabbi>=1.11.0 # Apache-2.0
|
|
requests-aws>=0.1.4 # BSD License (3 clause)
|
|
tempest-lib>=0.14.0 # Apache-2.0
|
|
WebTest>=2.0 # MIT
|