python-oneviewclient version bump

Updating the minimum version of python-oneviewclient in stable/newton.

We noticed that the CI server have been using the latest version of python-oneviewclient and
altered our jobs to use the minimum version specified at driver-requirements.
When attempting to run stable/newton with python-oneviewclient==2.0.2 we noticed
that the driver never worked with this version.

The minimum required version for stable/newton is now 2.5.1.

Closes-Bug: 1694297
Change-Id: Id396e529de3eba306421dac91e205f4b6a52573f
This commit is contained in:
Fellype Cavalcante 2017-05-29 13:44:49 -03:00
parent ebe708924c
commit 07cff23aab
2 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@ proliantutils>=2.1.11
pyghmi>=0.8.0
pysnmp
python-ironic-inspector-client>=1.5.0
python-oneviewclient<3.0.0,>=2.0.2
python-oneviewclient<3.0.0,>=2.5.1
python-scciclient>=0.4.0
python-seamicroclient>=0.4.0
UcsSdk==0.8.2.2

View File

@ -0,0 +1,6 @@
fixes:
- Updating the python-oneviewclient minimum version to 2.5.1 on
driver-requirements.txt. The minimum version that was in the requirements
was 2.0.2, and is very outdated, causing the driver to not work for this
version. With this change, the new minimal version works for the driver,
making the CI for stable/newton also work.