code changed to add v2.0 as default value 80/69580/1 casablanca 3.0.0-ONAP 3.0.1-ONAP
authorAh <Ashwini.Ah@arris.com>
Mon, 1 Oct 2018 11:20:04 +0000 (16:50 +0530)
committerAh <Ashwini.Ah@arris.com>
Mon, 1 Oct 2018 11:25:59 +0000 (16:55 +0530)
Issue-ID: TEST-39
Change-Id: If1bd85197d12aea11613380eb314310a0b66967a
Signed-off-by: Ah <Ashwini.Ah@arris.com>
eteutils/OpenstackLibrary.py

index 1be497c..adb12db 100644 (file)
@@ -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);