summaryrefslogtreecommitdiffstats
path: root/functest/utils/env.py
diff options
context:
space:
mode:
authorSamuel Bartel <samuel.bartel@orange.com>2018-01-16 10:12:16 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-01-16 20:55:26 +0100
commitf93c1aa48e61e1ad23b54feab4fff6b3d9fe9f26 (patch)
tree7fae8790944f76348176c7de9fb6bdae9992dbf8 /functest/utils/env.py
parent888bbc6292e7d0a0121f5d72095df24b6f66d3a7 (diff)
Update set of region identity attribut
Use OS_REGION_NAME environment variable if defined Conflicts: functest/opnfv_tests/openstack/tempest/conf_utils.py Change-Id: Ifcdfc468fa4931ab62ac0f3ead103e15af7c0de6 Signed-off-by: Samuel Bartel <samuel.bartel@orange.com> (cherry picked from commit eb793907cee64bbe2519040559b04d47652cabf0)
Diffstat (limited to 'functest/utils/env.py')
-rw-r--r--functest/utils/env.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/functest/utils/env.py b/functest/utils/env.py
index d7b396eaa..f0952500c 100644
--- a/functest/utils/env.py
+++ b/functest/utils/env.py
@@ -19,7 +19,8 @@ default_envs = {
'OS_AUTH_URL': None,
'CONFIG_FUNCTEST_YAML': pkg_resources.resource_filename(
'functest', 'ci/config_functest.yaml'),
- 'OS_INSECURE': ''
+ 'OS_INSECURE': '',
+ 'OS_REGION_NAME': 'RegionOne'
}