diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-12 04:34:08 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-12 04:34:08 +0200 |
commit | b33c445127bf9223fefa75e71408a7848b75773b (patch) | |
tree | e94013a3f55530ef1df47508b5886d542f2a00b3 | |
parent | 1d54cabc54e0ef90e24ec80a2fbfe753971bc8a5 (diff) |
Update to stable/queens0.40
Change-Id: I2a8d624df52c0c705d5fbc662f11948bdc51d765
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/Dockerfile | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 4d0fe00f..e7c51fd6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.7 ARG BRANCH=master -ARG OPENSTACK_TAG=stable/pike +ARG OPENSTACK_TAG=stable/queens RUN apk --no-cache add --update python py-pip bash git && \ git clone https://gerrit.opnfv.org/gerrit/functest-xtesting /src/functest-xtesting && \ @@ -5,7 +5,7 @@ envlist = docs,pep8,pylint,yamllint,py35,py27,perm,cover usedevelop = True deps = -c{toxinidir}/upper-constraints.txt - -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike + -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt install_command = pip install {opts} {packages} |