Adding NVMEoF for libvirt driver
Adding NVMEoF libvirt driver for supporting NVMEoF initiator CLI. Libvirt NVMe volume driver is added to handle required calls for attaching and detaching volume from instaces through calling os-brick's NVMe Connector. Implements: blueprint nvme-over-fabirc-nova Co-Authored-By: Ivan Kolodyazhny <e0ne@e0ne.info> Change-Id: I67a72c4226e54c18b3a6e4a13b5055fa6e85af09
This commit is contained in:
parent
355c8b53ab
commit
e933211aee
@ -66,7 +66,7 @@ netifaces==0.10.4
|
||||
networkx==1.11
|
||||
numpy==1.14.2
|
||||
openstacksdk==0.12.0
|
||||
os-brick==2.4.0
|
||||
os-brick==2.5.0
|
||||
os-client-config==1.29.0
|
||||
os-service-types==1.2.0
|
||||
os-traits==0.4.0
|
||||
|
@ -52,7 +52,7 @@ rfc3986>=0.3.1 # Apache-2.0
|
||||
oslo.middleware>=3.31.0 # Apache-2.0
|
||||
psutil>=3.2.2 # BSD
|
||||
oslo.versionedobjects>=1.31.2 # Apache-2.0
|
||||
os-brick>=2.4.0 # Apache-2.0
|
||||
os-brick>=2.5.0 # Apache-2.0
|
||||
os-traits>=0.4.0 # Apache-2.0
|
||||
os-vif!=1.8.0,>=1.7.0 # Apache-2.0
|
||||
os-win>=3.0.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user