aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/router/cloudify_vrouter.py
diff options
context:
space:
mode:
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, 2 insertions, 1 deletions
diff --git a/functest/opnfv_tests/vnf/router/cloudify_vrouter.py b/functest/opnfv_tests/vnf/router/cloudify_vrouter.py
index f23906b70..194549022 100644
--- a/functest/opnfv_tests/vnf/router/cloudify_vrouter.py
+++ b/functest/opnfv_tests/vnf/router/cloudify_vrouter.py
@@ -261,7 +261,8 @@ class CloudifyVrouter(vrouter_base.VrouterOnBoardingBase):
cfy_client = CloudifyClient(
host=manager_creator.get_floating_ip().ip,
- username='admin', password='admin', tenant='default_tenant')
+ username='admin', password='admin', tenant='default_tenant',
+ api_version='v3')
self.orchestrator['object'] = cfy_client