diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-01-06 10:15:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-01-06 10:15:56 +0000 |
commit | 15fc1e2e646da8bdcdb9f538bf52499c0f5e3a07 (patch) | |
tree | 2b55e633ad75a256cc60e55501391a129de1d755 | |
parent | c05bf8becab8c7c8ef5822dbe7f0d8af1109abba (diff) | |
parent | fcc01c1ebc4c44ecf421f37f3fdede581ea04e6b (diff) | |
download | ironic-15fc1e2e646da8bdcdb9f538bf52499c0f5e3a07.tar.gz |
Merge "Update python-scciclient version number" into stable/liberty
-rw-r--r-- | doc/source/drivers/irmc.rst | 2 | ||||
-rw-r--r-- | driver-requirements.txt | 2 | ||||
-rw-r--r-- | releasenotes/notes/update-python-scciclient-required-version-71398d5d5e1c0bf8.yaml | 7 |
3 files changed, 9 insertions, 2 deletions
diff --git a/doc/source/drivers/irmc.rst b/doc/source/drivers/irmc.rst index e19863e94..4c2ce9adb 100644 --- a/doc/source/drivers/irmc.rst +++ b/doc/source/drivers/irmc.rst @@ -21,7 +21,7 @@ Prerequisites * Install `python-scciclient package <https://pypi.python.org/pypi/python-scciclient>`_:: - $ pip install "python-scciclient>=0.2.0" + $ pip install "python-scciclient>=0.3.0" Drivers ======= diff --git a/driver-requirements.txt b/driver-requirements.txt index b69adcadc..ad581c483 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -8,7 +8,7 @@ proliantutils>=2.1.5 pyghmi>=0.8.0 pysnmp python-ironic-inspector-client -python-scciclient>=0.2.0 +python-scciclient>=0.3.0 python-seamicroclient>=0.4.0 UcsSdk==0.8.2.2 diff --git a/releasenotes/notes/update-python-scciclient-required-version-71398d5d5e1c0bf8.yaml b/releasenotes/notes/update-python-scciclient-required-version-71398d5d5e1c0bf8.yaml new file mode 100644 index 000000000..cdf078994 --- /dev/null +++ b/releasenotes/notes/update-python-scciclient-required-version-71398d5d5e1c0bf8.yaml @@ -0,0 +1,7 @@ +--- +upgrade: + - Updated python-scciclient required version number for iRMC driver + to 0.3.0 which fixed the bug '#1518999' and '#1519000'. +fixes: + - Updated python-scciclient required version number for iRMC driver + to 0.3.0 which fixed the bug '#1518999' and '#1519000'. |