summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2019-03-26 13:24:18 +0000
committerLance Bragstad <lbragstad@gmail.com>2019-03-26 13:37:57 +0000
commite19296317026a42a96f4341b778d21a38a033af4 (patch)
treed797edc7fb043341930f3f5d58104db9bb485191
parent3ece9273f4a5dec5896382a1f0f46440c9b1298c (diff)
downloadkeystonemiddleware-e19296317026a42a96f4341b778d21a38a033af4.tar.gz
Run lower-constraints on Bionic and update python-keystoneclient
This commit updates the version of python-keystoneclient to 3.10.0, which has fixes to handle different openssl versions: https://review.openstack.org/#/c/406175/2 Since we're bumping the minimum version of python-keystoneclient to include that fix, we can safely run lower-constraints on Bionic instead of Xenial. Change-Id: I52fa44fe76590aced193618406ad30eb70d04f9d
-rw-r--r--.zuul.yaml13
-rw-r--r--lower-constraints.txt2
-rw-r--r--requirements.txt2
3 files changed, 3 insertions, 14 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 0ee3520..e84744c 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,11 +1,7 @@
-- job:
- name: openstack-tox-lower-constraints-keystone-xenial
- parent: openstack-tox-lower-constraints
- nodeset: openstack-single-node-xenial
-
- project:
templates:
- openstack-cover-jobs
+ - openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
@@ -14,10 +10,3 @@
- lib-forward-testing
- lib-forward-testing-python3
- release-notes-jobs-python3
- check:
- jobs:
- - openstack-tox-lower-constraints-keystone-xenial
- gate:
- jobs:
- - openstack-tox-lower-constraints-keystone-xenial
-
diff --git a/lower-constraints.txt b/lower-constraints.txt
index acf8d61..09c0e2a 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -57,7 +57,7 @@ pyinotify==0.9.6
pyparsing==2.2.0
pyperclip==1.6.0
python-dateutil==2.7.0
-python-keystoneclient==3.8.0
+python-keystoneclient==3.10.0
python-memcached==1.56
python-mimeparse==1.6.0
python-subunit==1.2.0
diff --git a/requirements.txt b/requirements.txt
index b392bb7..80b26d4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0
pycadf!=2.0.0,>=1.1.0 # Apache-2.0
-python-keystoneclient>=3.8.0 # Apache-2.0
+python-keystoneclient>=3.10.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
six>=1.10.0 # MIT
WebOb>=1.7.1 # MIT