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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user