feat(sol006): LCM migration to SOL006
[osm/LCM.git] / osm_lcm / ROclient.py
index cf11490..de61c23 100644 (file)
@@ -657,7 +657,7 @@ class ROClient:
         """
         try:
             response_text = ""
-            async with aiohttp.ClientSession(loop=self.loop) as session:
+            async with aiohttp.ClientSession() as session:
                 url = "{}/version".format(self.uri)
                 self.logger.debug("RO GET %s", url)
                 # timeout = aiohttp.ClientTimeout(total=self.timeout_short)
@@ -682,7 +682,7 @@ class ROClient:
 
     async def get_list(self, item, all_tenants=False, filter_by=None):
         """
-        Obtain a list of items filtering by the specigy filter_by.
+        List of items filtered by the contents in the dictionary "filter_by".
         :param item: can be 'tenant', 'vim', 'vnfd', 'nsd', 'ns'
         :param all_tenants: True if not filtering by tenant. Only allowed for admin
         :param filter_by: dictionary with filtering