diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-09-22 06:28:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-22 06:28:56 +0000 |
commit | ca58c191b40ccd99fa08784862cddd6397b66d1d (patch) | |
tree | 08013d121a46b928100d2f7d4adf9d47ce0b5fc9 /docker | |
parent | 4fe1be300af330cec42bf640834b86ae53598424 (diff) | |
parent | d20653f306107baec1e0b9c7f879b1ac58e830d7 (diff) |
Merge "Support https when testing ODL" into stable/euphrates
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 | ||||
-rw-r--r-- | docker/restapi/Dockerfile | 2 | ||||
-rw-r--r-- | docker/smoke/Dockerfile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 2e59adad6..76a70955d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -14,7 +14,7 @@ LABEL version="0.1" description="OPNFV Functest Docker container" # Environment variables ARG BRANCH=stable/euphrates ARG RALLY_TAG=stable/0.9 -ARG ODL_TAG=35e415b6873b39d72775c88a337e92dac26012e2 +ARG ODL_TAG=e12ba90cd27577c4c6c70ee54f7d599b5f6777ba ARG OPENSTACK_TAG=stable/ocata ARG VIMS_TAG=stable ARG REFSTACK_TAG=4e187b07672dd1c41cb7c94658f1c91edebf53a2 diff --git a/docker/restapi/Dockerfile b/docker/restapi/Dockerfile index 50eb8a890..3021c839a 100644 --- a/docker/restapi/Dockerfile +++ b/docker/restapi/Dockerfile @@ -2,7 +2,7 @@ FROM opnfv/functest-core:euphrates ARG BRANCH=stable/euphrates ARG OPENSTACK_TAG=stable/ocata -ARG ODL_TAG=35e415b6873b39d72775c88a337e92dac26012e2 +ARG ODL_TAG=e12ba90cd27577c4c6c70ee54f7d599b5f6777ba ARG FDS_TAG=stable/euphrates ARG REFSTACK_TAG=4e187b07672dd1c41cb7c94658f1c91edebf53a2 ARG VIMS_TAG=stable diff --git a/docker/smoke/Dockerfile b/docker/smoke/Dockerfile index 82043840a..b1443c792 100644 --- a/docker/smoke/Dockerfile +++ b/docker/smoke/Dockerfile @@ -2,7 +2,7 @@ FROM opnfv/functest-core:euphrates ARG BRANCH=stable/euphrates ARG OPENSTACK_TAG=stable/ocata -ARG ODL_TAG=35e415b6873b39d72775c88a337e92dac26012e2 +ARG ODL_TAG=e12ba90cd27577c4c6c70ee54f7d599b5f6777ba ARG FDS_TAG=stable/euphrates ARG REFSTACK_TAG=4e187b07672dd1c41cb7c94658f1c91edebf53a2 |