diff options
author | Gabriel Assis Bezerra <gabrielb@lsd.ufcg.edu.br> | 2016-02-29 15:28:44 +0000 |
---|---|---|
committer | Gabriel Assis Bezerra <gabrielb@lsd.ufcg.edu.br> | 2016-02-29 15:28:44 +0000 |
commit | 146eaad257cbdc477bd87d8267463775ae2560b3 (patch) | |
tree | ae7035e84023594755fb2210896e359a46544644 /driver-requirements.txt | |
parent | 6af9da97e1b6f0f792db0d9b9be4bb8015a9fbf9 (diff) | |
download | ironic-146eaad257cbdc477bd87d8267463775ae2560b3.tar.gz |
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
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r-- | driver-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt index 992db7b3f..d9d620819 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -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 |