diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-10-11 08:57:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-11 08:57:22 +0000 |
commit | 66608fe7feb3b6707f34fd2f578aee46aa327619 (patch) | |
tree | a11e3a4120838c38797246191fdd830824599b6c /functest/opnfv_tests/vnf/router/vnf_controller/vm_controller.py | |
parent | e2d98fa355a3346675b660c37108f59f28ad16e4 (diff) | |
parent | 3fa62219bb5a9e928fe94d95314c7c00d5f06e66 (diff) |
Merge "Fix fail of vRouter on Orange POD"
Diffstat (limited to 'functest/opnfv_tests/vnf/router/vnf_controller/vm_controller.py')
-rw-r--r-- | functest/opnfv_tests/vnf/router/vnf_controller/vm_controller.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/functest/opnfv_tests/vnf/router/vnf_controller/vm_controller.py b/functest/opnfv_tests/vnf/router/vnf_controller/vm_controller.py index cd228fe2..50487d1c 100644 --- a/functest/opnfv_tests/vnf/router/vnf_controller/vm_controller.py +++ b/functest/opnfv_tests/vnf/router/vnf_controller/vm_controller.py @@ -35,8 +35,7 @@ class VmController(object): self.util.set_credentials(credentials["username"], credentials["password"], credentials["auth_url"], - credentials["tenant_name"], - credentials["region_name"]) + credentials["tenant_name"]) with open(self.util.test_env_config_yaml) as file_fd: test_env_config_yaml = yaml.safe_load(file_fd) |