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
This commit is contained in:
Andrey Kurilin
2017-11-24 15:44:03 +02:00
parent 819b21c906
commit 9fd4e2af3f

View File

@@ -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