Update keystone to Ussuri

Change-Id: I81a960f9eca9a736f90ce8513ee18e43d562cf9e
This commit is contained in:
okozachenko 2020-06-08 21:21:01 +03:00
parent 2eca3bcbe0
commit eed36bac30
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
FROM docker.io/opendevorg/python-builder as builder
COPY bindep.txt /tmp/src/bindep.txt
RUN apt update && apt -y install git
RUN assemble git+https://opendev.org/openstack/keystone@stable/train \
ADD https://releases.openstack.org/constraints/upper/ussuri /tmp/src/upper-constraints.txt
RUN assemble git+https://opendev.org/openstack/keystone@stable/ussuri \
msgpack===0.6.1 \
PyMySQL \
python-memcached