Remove python-keystoneclient downgrade and keep the newer version 87/23987/2
authorjose.lausuch <jose.lausuch@ericsson.com>
Thu, 3 Nov 2016 13:47:35 +0000 (14:47 +0100)
committerJose Lausuch <jose.lausuch@ericsson.com>
Sat, 5 Nov 2016 09:02:20 +0000 (09:02 +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>
(cherry picked from commit a4f65f2d3052f8671bbcaca157c6053518339313)

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
 }