diff options
author | valentin boucher <valentin.boucher@orange.com> | 2017-07-05 15:45:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-05 15:45:15 +0000 |
commit | f98bdab4d0d85d5470b9a014612109580ced9f5e (patch) | |
tree | a10065fbb61b552f9db43e29d911c65a81f842b6 /functest/utils | |
parent | f524d0ab4bb36488a7fe68420f8de89b5a15d664 (diff) | |
parent | 11ef4c749460411d25777bdd3e447fc03af65208 (diff) |
Merge "Enable refstack work on https without SSL checks"
Diffstat (limited to 'functest/utils')
-rw-r--r-- | functest/utils/env.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functest/utils/env.py b/functest/utils/env.py index 0174588d..2fb766d3 100644 --- a/functest/utils/env.py +++ b/functest/utils/env.py @@ -18,7 +18,8 @@ default_envs = { 'OS_ENDPOINT_TYPE': None, 'OS_AUTH_URL': None, 'CONFIG_FUNCTEST_YAML': pkg_resources.resource_filename( - 'functest', 'ci/config_functest.yaml') + 'functest', 'ci/config_functest.yaml'), + 'OS_INSECURE': '' } |