summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorLucian Petrut <lpetrut@cloudbasesolutions.com>2020-11-20 14:31:19 +0200
committerLee Yarwood <lyarwood@redhat.com>2021-03-02 12:58:11 +0000
commitf0eeba5c8c63cf78b2433df05cae90c0d9f28785 (patch)
tree69d4c1d330fdc404e0ac3c06add52ae1199df5a0 /requirements.txt
parent95fbbce8b286cf27445ff14dcf643ede6e4d2a31 (diff)
downloadnova-f0eeba5c8c63cf78b2433df05cae90c0d9f28785.tar.gz
hyper-v rbd volume support
Ceph 16 (Pacific) will support attaching RBD images to Windows hosts as well as Hyper-V VMs [1]. This patch updates the Hyper-V driver so that it may be able to consume RBD volumes. We're also updating the os-win requirement to 5.4.0. It should've been bumped by [2], vms won't spawn without it. Note this introduces no new or unmet direct or in-direct version dependencies and so is included as part of this change. [1] https://github.com/ceph/ceph/pull/33750 [2] Ibe6aff4edeb32208bc9865e9216a7432caddab2b Implements: blueprint hyperv-rbd Change-Id: I9ad90817648ca12f80a6b53f6ba728df15cbafab
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 655075042c..4d943060f8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -55,7 +55,7 @@ os-brick>=4.2.0 # Apache-2.0
os-resource-classes>=0.4.0 # Apache-2.0
os-traits>=2.5.0 # Apache-2.0
os-vif>=1.14.0 # Apache-2.0
-os-win>=5.1.0 # Apache-2.0
+os-win>=5.4.0 # Apache-2.0
castellan>=0.16.0 # Apache-2.0
microversion-parse>=0.2.1 # Apache-2.0
os-xenapi>=0.3.4 # Apache-2.0