Loose python-oneviewclient version requirement
The previous requirement was restricting any upgrade in the minor version field of the python-oneviewclient library. According to semver, only changes in major version field denote backwards incompatible changes. This patch changes the current upper limit from <2.1.0 to <3.0.0 -- where backwards incompatible changes are expected. Change-Id: Id8880ad7cafaee1818a8aef6cbaec98b534b0ab1
This commit is contained in:
parent
6af9da97e1
commit
146eaad257
@ -8,7 +8,7 @@ proliantutils>=2.1.6
|
||||
pyghmi>=0.8.0
|
||||
pysnmp
|
||||
python-ironic-inspector-client
|
||||
python-oneviewclient<2.1.0,>=2.0.2
|
||||
python-oneviewclient<3.0.0,>=2.0.2
|
||||
python-scciclient>=0.3.0
|
||||
python-seamicroclient>=0.4.0
|
||||
UcsSdk==0.8.2.2
|
||||
|
Loading…
Reference in New Issue
Block a user