summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAh <Ashwini.Ah@arris.com>2018-10-01 16:50:04 +0530
committerAh <Ashwini.Ah@arris.com>2018-10-01 16:55:59 +0530
commit21fcef50f0e3780cc786268937f9888c3b6facd1 (patch)
tree0e097e61808f8c2dfea41c87c39c279f758895e7
parent8d4eb669e75362ba87dcf675f1c1439ef9590ac7 (diff)
code changed to add v2.0 as default value3.0.1-ONAP3.0.0-ONAPcasablanca
Issue-ID: TEST-39 Change-Id: If1bd85197d12aea11613380eb314310a0b66967a Signed-off-by: Ah <Ashwini.Ah@arris.com>
-rw-r--r--eteutils/OpenstackLibrary.py2
1 files changed, 1 insertions, 1 deletions
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);