diff options
author | Rachit7194 <kapadiarachit007@gmail.com> | 2019-08-28 11:57:34 -0400 |
---|---|---|
committer | Rachit7194 <kapadiarachit007@gmail.com> | 2019-10-16 12:29:56 -0400 |
commit | 8e3f682e29830a9a5a4795b5d775564a21f93733 (patch) | |
tree | 7d82a8e12501230e09924b752885733dd65167fb /driver-requirements.txt | |
parent | a2ae57c457962e6fa5e590c0de19f4d457637881 (diff) | |
download | ironic-8e3f682e29830a9a5a4795b5d775564a21f93733.tar.gz |
DRAC: Drives conversion from JBOD to RAID
Added physical drives conversion from JBOD to RAID
mode before RAID create_configuration cleaning step called
in iDRAC driver.
Change-Id: Ie6d1a9314d1543b73889f6d419541e75b7e06c89
Story: #2006479
Task: #36422
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r-- | driver-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt index e3ea2d2d3..e95f0baf4 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -7,7 +7,7 @@ proliantutils>=2.9.1 pysnmp>=4.3.0,<5.0.0 python-scciclient>=0.8.0 -python-dracclient>=3.0.0,<4.0.0 +python-dracclient>=3.1.0,<4.0.0 python-xclarityclient>=0.1.6 # The Redfish hardware type uses the Sushy library |