diff options
author | valentin boucher <valentin.boucher@orange.com> | 2017-06-06 07:28:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-06 07:28:28 +0000 |
commit | ec97f28675daea3b3221c196764c58c3c9bd65d4 (patch) | |
tree | a2677de769632465a55b450468c826b51f33b2e5 /functest/ci/config_functest.yaml | |
parent | 035c2c93f6978591cbace2b889fde30906106bd4 (diff) | |
parent | fa9bfadc42d6609574dd4f45525b960d3b81619f (diff) |
Merge "Enable tempest offline by use_custom_images=True"
Diffstat (limited to 'functest/ci/config_functest.yaml')
-rw-r--r-- | functest/ci/config_functest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 9b796071..5aa5bfda 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -139,7 +139,7 @@ tempest: private_subnet_name: tempest-subnet private_subnet_cidr: 192.168.150.0/24 router_name: tempest-router - use_custom_images: False + use_custom_images: True use_custom_flavors: False volume_device_name: vdc |