bug 710. Fix session used to delete ns, nsi when terminated
[osm/NBI.git] / osm_nbi / authconn_keystone.py
index 9f67450..7f59270 100644 (file)
@@ -298,8 +298,7 @@ class AuthconnKeystone(Authconn):
         """
         Get role list.
 
-        :return: returns the list of roles for the user in that project. If
-        the token is unscoped it returns None.
+        :return: returns the list of roles.
         """
         try:
             roles_list = self.keystone.roles.list()