Update to stable/queens 99/55499/1 0.40
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 12 Apr 2018 02:34:08 +0000 (04:34 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 12 Apr 2018 02:34:08 +0000 (04:34 +0200)
Change-Id: I2a8d624df52c0c705d5fbc662f11948bdc51d765
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/Dockerfile
tox.ini

index 4d0fe00..e7c51fd 100644 (file)
@@ -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 && \
diff --git a/tox.ini b/tox.ini
index 1172022..00a51bd 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -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}