Merge "Place upper bound on python-dracclient version" into stable/rocky

This commit is contained in:
Zuul 2019-06-10 19:51:46 +00:00 committed by Gerrit Code Review
commit 29612f7d39
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Enabling
The ``idrac`` hardware type requires the ``python-dracclient`` library to be
installed, for example::
sudo pip install 'python-dracclient>=1.3.0'
sudo pip install 'python-dracclient>=1.3.0,<2.0.0'
To enable the ``idrac`` hardware type, add the following to your
``/etc/ironic/ironic.conf``:

View File

@ -12,7 +12,7 @@ python-scciclient>=0.7.2
python-ilorest-library>=2.1.0
hpOneView>=4.4.0
UcsSdk==0.8.2.2
python-dracclient>=1.3.0
python-dracclient>=1.3.0,<2.0.0
python-xclarityclient>=0.1.6
# The CIMC drivers use the Cisco IMC SDK version 0.7.2 or greater