From e933211aeeb56c23811bdd4793c807634de3b328 Mon Sep 17 00:00:00 2001 From: Rawan Herzallah Date: Tue, 11 Jul 2017 20:18:07 +0300 Subject: [PATCH] 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 Change-Id: I67a72c4226e54c18b3a6e4a13b5055fa6e85af09 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 2d464e0af..99b46bfaa 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 1b7631771..43b82f6cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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