From: Ah Date: Mon, 1 Oct 2018 11:20:04 +0000 (+0530) Subject: code changed to add v2.0 as default value X-Git-Tag: 3.0.0-ONAP^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=21fcef50f0e3780cc786268937f9888c3b6facd1;p=testsuite%2Fpython-testing-utils.git code changed to add v2.0 as default value Issue-ID: TEST-39 Change-Id: If1bd85197d12aea11613380eb314310a0b66967a Signed-off-by: Ah --- diff --git a/eteutils/OpenstackLibrary.py b/eteutils/OpenstackLibrary.py index 1be497c..adb12db 100644 --- a/eteutils/OpenstackLibrary.py +++ b/eteutils/OpenstackLibrary.py @@ -12,7 +12,7 @@ class OpenstackLibrary: self._cache = robot.utils.ConnectionCache('No connections created') self.builtin = BuiltIn() - def save_openstack_auth(self, alias, response,token, version): + def save_openstack_auth(self, alias, response,token, version='v2.0'): """Save Openstack Auth takes in an openstack auth response and saves it to allow easy retrival of token and service catalog""" self.builtin.log('Creating connection: %s' % alias, 'DEBUG') jsonResponse = json.loads(response);