Follow OpenStack master 59/62159/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 12 Sep 2018 19:27:51 +0000 (21:27 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 12 Sep 2018 19:27:51 +0000 (21:27 +0200)
Change-Id: I9b3ead197d54061adddbf47b6b94bbeb79c81793
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/Dockerfile

index 87a59c3..832b4c0 100644 (file)
@@ -1,7 +1,7 @@
 FROM alpine:3.8
 
 ARG BRANCH=master
-ARG OPENSTACK_TAG=stable/queens
+ARG OPENSTACK_TAG=master
 
 RUN apk --no-cache add --update python py-pip bash git && \
     git init /src/functest-xtesting && \