aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/router/cloudify_vrouter.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-10-11 08:57:22 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-11 08:57:22 +0000
commit66608fe7feb3b6707f34fd2f578aee46aa327619 (patch)
treea11e3a4120838c38797246191fdd830824599b6c /functest/opnfv_tests/vnf/router/cloudify_vrouter.py
parente2d98fa355a3346675b660c37108f59f28ad16e4 (diff)
parent3fa62219bb5a9e928fe94d95314c7c00d5f06e66 (diff)
Merge "Fix fail of vRouter on Orange POD"
Diffstat (limited to 'functest/opnfv_tests/vnf/router/cloudify_vrouter.py')
-rw-r--r--functest/opnfv_tests/vnf/router/cloudify_vrouter.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/functest/opnfv_tests/vnf/router/cloudify_vrouter.py b/functest/opnfv_tests/vnf/router/cloudify_vrouter.py
index 86362368e..ea09b2112 100644
--- a/functest/opnfv_tests/vnf/router/cloudify_vrouter.py
+++ b/functest/opnfv_tests/vnf/router/cloudify_vrouter.py
@@ -368,8 +368,7 @@ class CloudifyVrouter(vrouter_base.VrouterOnBoardingBase):
credentials = {"username": self.snaps_creds.username,
"password": self.snaps_creds.password,
"auth_url": self.snaps_creds.auth_url,
- "tenant_name": self.snaps_creds.project_name,
- "region_name": os.environ['OS_REGION_NAME']}
+ "tenant_name": self.snaps_creds.project_name}
self.util_info = {"credentials": credentials,
"cfy": cfy_client,