]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add os-win to requirements.txt
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Tue, 10 Nov 2015 12:23:05 +0000 (14:23 +0200)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 12 Nov 2015 14:14:26 +0000 (16:14 +0200)
A common library abstracting Windows specific operations has been
created in order to remove duplicated code among OpenStack projects,
also being easier to maintain.

This patch adds os-win to global requirements so that the Windows
drivers may use it.

Change-Id: I796f8849dec1c46b99595c096b1c4b10b5a0221f
Partially-implements: blueprint windows-os-win

requirements.txt

index 59a36eba21fa5e0229690cdb1158ec022c687921..c462c7cc70eef7c472d665c0730d823aaa776499 100644 (file)
@@ -52,3 +52,4 @@ WebOb>=1.2.3
 oslo.i18n>=1.5.0 # Apache-2.0
 oslo.vmware>=1.16.0 # Apache-2.0
 os-brick>=0.4.0 # Apache-2.0
+os-win>=0.0.6 # Apache-2.0