From 146eaad257cbdc477bd87d8267463775ae2560b3 Mon Sep 17 00:00:00 2001 From: Gabriel Assis Bezerra Date: Mon, 29 Feb 2016 15:28:44 +0000 Subject: [PATCH] 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 --- driver-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-requirements.txt b/driver-requirements.txt index 992db7b3f4..d9d6208199 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