diff options
author | Hugo Nicodemos <nicodemos@lsd.ufcg.edu.br> | 2017-11-29 14:26:13 -0300 |
---|---|---|
committer | Fellype Cavalcante <fellypefca@lsd.ufcg.edu.br> | 2017-12-13 14:57:10 -0300 |
commit | 97a8ae1c7765aae06b86162b3191186b14f1c8c6 (patch) | |
tree | 5bcac034dcd6ef30e0a69470e3d93ec13cf4a5a1 /driver-requirements.txt | |
parent | 638943dbf8e4adbcbe81a2af0f8a1d5ffd9771f6 (diff) | |
download | ironic-97a8ae1c7765aae06b86162b3191186b14f1c8c6.tar.gz |
Introduce hpOneView and ilorest to OneView
It introduces the ``hpOneView`` and ``ilorest`` library to the
OneView Driver. This patch will be used as the standard patch to
other patches related to the removal of the ``python-oneviewclient``
library dependency.
Change-Id: Ib9d72ff5713d58631bcdccc817707b5d512e156e
Partial-Bug: #1693788
Co-Authored-By: Fellype Cavalcante <fellypefca@lsd.ufcg.edu.br>
Co-Authored-By: Ricardo Araujo <ricardo@lsd.ufcg.edu.br>
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r-- | driver-requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt index 952f3a4e7..ea0943431 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -9,6 +9,8 @@ pysnmp python-ironic-inspector-client>=1.5.0 python-oneviewclient<3.0.0,>=2.5.2 python-scciclient>=0.6.0 +python-ilorest-library>=2.1.0 +hpOneView>=4.4.0 UcsSdk==0.8.2.2 python-dracclient>=1.3.0 |