Add os-win to requirements.txt
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
This commit is contained in:
parent
8e03c3b335
commit
543a287a89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user