From ed04e8e4a0bc3bde66e9129e8a48c10fc44d343e Mon Sep 17 00:00:00 2001 From: Richard Pioso Date: Wed, 13 Mar 2019 13:33:05 -0400 Subject: Advance python-dracclient version requirement python-dracclient versions 1.5.0 and later are required for a bug fix to the idrac hardware type which assigns ports' pxe_enabled flags during out-of-band inspection [1]. [1] https://review.openstack.org/#/c/617951 Change-Id: Iead9f0272d5cdd57c8837826ad340e11f5bcae15 --- doc/source/admin/drivers/idrac.rst | 2 +- driver-requirements.txt | 2 +- .../idrac-advance-python-dracclient-version-01c6ef671670ffb3.yaml | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/idrac-advance-python-dracclient-version-01c6ef671670ffb3.yaml diff --git a/doc/source/admin/drivers/idrac.rst b/doc/source/admin/drivers/idrac.rst index bce1541bb..0ce66e910 100644 --- a/doc/source/admin/drivers/idrac.rst +++ b/doc/source/admin/drivers/idrac.rst @@ -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.5.0' To enable the ``idrac`` hardware type, add the following to your ``/etc/ironic/ironic.conf``: diff --git a/driver-requirements.txt b/driver-requirements.txt index eabafe748..6b4765745 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -9,7 +9,7 @@ pysnmp>=4.3.0,<5.0.0 python-ironic-inspector-client>=1.5.0 python-scciclient>=0.8.0 UcsSdk==0.8.2.2;python_version<'3' -python-dracclient>=1.3.0 +python-dracclient>=1.5.0 python-xclarityclient>=0.1.6 # The CIMC drivers use the Cisco IMC SDK version 0.7.2 or greater diff --git a/releasenotes/notes/idrac-advance-python-dracclient-version-01c6ef671670ffb3.yaml b/releasenotes/notes/idrac-advance-python-dracclient-version-01c6ef671670ffb3.yaml new file mode 100644 index 000000000..62f1f1d62 --- /dev/null +++ b/releasenotes/notes/idrac-advance-python-dracclient-version-01c6ef671670ffb3.yaml @@ -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 `_. -- cgit v1.2.1