diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-09 14:43:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-09 14:43:48 +0000 |
commit | 9f91697aaef0465dda0b0ad488c9585d28aa7c6f (patch) | |
tree | 6f502d24f00b6d31c77ca11f3e2c0e671162ed07 | |
parent | 21514368a6e578e4cc971ea8479086311db14c8d (diff) | |
parent | adf208670af8ee55fbd3b4e279f5c697a4e291a2 (diff) |
Merge "add lab path for volume option with joid"
-rw-r--r-- | jjb/functest/functest.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index 56119bd89..0edcbabb9 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -401,7 +401,11 @@ - string: name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT - description: "Override GIT_BASE" + description: "Override GIT_BASE" + - string: + name: LAB_CONFIG + default: "/joid/ci/odl/juju-deployer/scripts/cloud/" + description: "Openstack credentials on the dev lab" - parameter: name: opnfv-jump-2 |