Remove python-keystoneclient downgrade and keep the newer version
authorjose.lausuch <jose.lausuch@ericsson.com>
Thu, 3 Nov 2016 13:47:35 +0000 (14:47 +0100)
committerJose Lausuch <jose.lausuch@ericsson.com>
Fri, 4 Nov 2016 10:03:23 +0000 (10:03 +0000)
The docker build fails due to some inconsistency in the
keystone versions. See JIRA for more info.

JIRA: FUNCTEST-523

Change-Id: Ic8aeb564c2f8827417d49958c65916ff555bc706
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
testcases/features/sfc/tacker_client_install.sh

index a307317..adb9a44 100755 (executable)
@@ -21,7 +21,7 @@ ____EOF
 
 function envSetup() {
     apt-get install -y python-all debhelper fakeroot
-    pip install --upgrade python-keystoneclient==1.7.4
+    #pip install --upgrade python-keystoneclient==1.7.4
     chkPPkg stdeb
 }