aboutsummaryrefslogtreecommitdiffstats
path: root/functest/utils/env.py
diff options
context:
space:
mode:
authorSamuel Bartel <samuel.bartel@orange.com>2018-01-16 10:12:16 +0100
committerSamuel Bartel <samuel.bartel@orange.com>2018-01-16 10:27:25 +0100
commiteb793907cee64bbe2519040559b04d47652cabf0 (patch)
treecd56c90802f873efd59841dc01ac9b0b1e9e6526 /functest/utils/env.py
parent12c99c5f3fef126283e3a9795c4c1d436cc7846f (diff)
Update set of region identity attribut
Use OS_REGION_NAME environment variable if defined Change-Id: Ifcdfc468fa4931ab62ac0f3ead103e15af7c0de6 Signed-off-by: Samuel Bartel <samuel.bartel@orange.com>
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'
}