From 9fd4e2af3f10034ffa7de867307ed50332fb2c38 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Fri, 24 Nov 2017 15:44:03 +0200 Subject: [PATCH] Do not use latest k8s client kubernetes 4.0.0 inlcudes some backward incompatible changes. Fixing them requires some time and we need to unblock gates for now. Change-Id: If54966f65e5083a8fc41ef910f7fa031903d9878 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5de7ff2a..091e2f76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,4 +49,4 @@ python-swiftclient>=3.2.0 # Apache Software License python-troveclient>=2.2.0 # Apache Software License python-watcherclient>=1.1.0 # Apache Software License python-zaqarclient>=1.0.0 # Apache Software License -kubernetes>=1.0.0 # Apache License Version 2.0 +kubernetes>=1.0.0,<4.0.0 # Apache License Version 2.0