The branch was just created [1].
[1] https://github.com/openstack/requirements/tree/stable/ussuri
Change-Id: Ib99c6f849d5cbd93690edae918e5eeb367bdb2a2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
FROM alpine:3.11
ARG BRANCH=stable/kali
-ARG OPENSTACK_TAG=master
+ARG OPENSTACK_TAG=stable/ussuri
RUN apk --no-cache add --update python3 bash git mailcap && \
apk --no-cache add --virtual .build-deps --update \
usedevelop = True
deps =
-c{toxinidir}/upper-constraints.txt
- -chttps://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt
+ -chttps://opendev.org/openstack/requirements/raw/branch/stable/ussuri/upper-constraints.txt
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install {opts} {packages}