From 0a897d6edd561976552196572ee843f9fdae4f31 Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Thu, 28 Mar 2019 20:10:49 +0100
Subject: Prepare Functest Iruya Containers
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

It takes into account the new branch stable/iruya.

Change-Id: I802a42b07ceae2328a812a99a99057beb1b94e5b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 docker/features/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'docker/features')

diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile
index 10cc733dd..5b03961b5 100644
--- a/docker/features/Dockerfile
+++ b/docker/features/Dockerfile
@@ -1,7 +1,7 @@
-FROM opnfv/functest-tempest
+FROM opnfv/functest-tempest:iruya
 
-ARG BRANCH=master
-ARG OPENSTACK_TAG=master
+ARG BRANCH=stable/iruya
+ARG OPENSTACK_TAG=stable/stein
 
 COPY thirdparty-requirements.txt thirdparty-requirements.txt
 RUN apk --no-cache add --update python3 sshpass && \
-- 
cgit