X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fauthconn_keystone.py;h=7f592700c581d2a8ae6726f689c3dfaa06192d25;hp=9f674504302211befe1e04e036cf9ad9b54ab1da;hb=37de09105822b2b4db8b0ebac1ec5994af5d0fd9;hpb=203bad808476ab11c80dbda1bc64a8c1e79d7ec5 diff --git a/osm_nbi/authconn_keystone.py b/osm_nbi/authconn_keystone.py index 9f67450..7f59270 100644 --- a/osm_nbi/authconn_keystone.py +++ b/osm_nbi/authconn_keystone.py @@ -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()