Merge "Advance python-dracclient version requirement"
This commit is contained in:
commit
35824fbcbc
@ -17,7 +17,7 @@ Enabling
|
|||||||
The ``idrac`` hardware type requires the ``python-dracclient`` library to be
|
The ``idrac`` hardware type requires the ``python-dracclient`` library to be
|
||||||
installed, for example::
|
installed, for example::
|
||||||
|
|
||||||
sudo pip install 'python-dracclient>=1.3.0'
|
sudo pip install 'python-dracclient>=1.5.0'
|
||||||
|
|
||||||
To enable the ``idrac`` hardware type, add the following to your
|
To enable the ``idrac`` hardware type, add the following to your
|
||||||
``/etc/ironic/ironic.conf``:
|
``/etc/ironic/ironic.conf``:
|
||||||
|
@ -9,7 +9,7 @@ pysnmp>=4.3.0,<5.0.0
|
|||||||
python-ironic-inspector-client>=1.5.0
|
python-ironic-inspector-client>=1.5.0
|
||||||
python-scciclient>=0.8.0
|
python-scciclient>=0.8.0
|
||||||
UcsSdk==0.8.2.2;python_version<'3'
|
UcsSdk==0.8.2.2;python_version<'3'
|
||||||
python-dracclient>=1.3.0
|
python-dracclient>=1.5.0
|
||||||
python-xclarityclient>=0.1.6
|
python-xclarityclient>=0.1.6
|
||||||
|
|
||||||
# The CIMC drivers use the Cisco IMC SDK version 0.7.2 or greater
|
# The CIMC drivers use the Cisco IMC SDK version 0.7.2 or greater
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Advances required ``python-dracclient`` version to 1.5.0 and later. That
|
||||||
|
version is required by the fix to the ``idrac`` hardware type's
|
||||||
|
`bug 2004340 <https://storyboard.openstack.org/#!/story/2004340>`_.
|
Loading…
Reference in New Issue
Block a user