From 44ec2d234c57c77ebb534791ac3963355406f8ed Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 20 Nov 2020 11:44:23 +0100 Subject: xrally_kubernetes fails vs kubernetes 12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It selects Kubernetes 11.0 as opposed to the new OpenStack upper-constraints.txt [1]. Once xrally_kubernetes is updated, this patch will be removed. [1] https://github.com/openstack/requirements/commit/d8d2e848ec057c47963d33dbd44479fc28e6f38b Change-Id: I486284a2e67a732048755551a54234852ae3e45f Signed-off-by: Cédric Ollivier --- upper-constraints.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'upper-constraints.txt') diff --git a/upper-constraints.txt b/upper-constraints.txt index 420d93ba0..e9b183286 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -23,6 +23,7 @@ ruamel.yaml.jinja2==0.2.2 -e git+https://opendev.org/openstack/rally.git#egg=rally git+https://opendev.org/openstack/rally-openstack.git#egg=rally-openstack git+https://github.com/xrally/xrally-kubernetes.git#egg=xrally-kubernetes +kubernetes===11.0.0 pylint===1.9.5;python_version=='2.7' pylint===2.4.4;python_version=='3.8' flake8===3.7.9 -- cgit 1.2.3-korg