X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fauthconn_keystone.py;h=685773b80e73037967751beb752f12a72edccce1;hp=ebd76545cb50751ab7dcda582e7cb3ac12d06eaf;hb=ad682a52ef94fa2662e2a0f6e3f81fb7c8f5e0fe;hpb=9fe58b17a7d58efbf87df1ae119907b9071ecf2f diff --git a/osm_nbi/authconn_keystone.py b/osm_nbi/authconn_keystone.py index ebd7654..685773b 100644 --- a/osm_nbi/authconn_keystone.py +++ b/osm_nbi/authconn_keystone.py @@ -45,8 +45,8 @@ from osm_nbi.validation import is_valid_uuid class AuthconnKeystone(Authconn): - def __init__(self, config, db, token_cache): - Authconn.__init__(self, config, db, token_cache) + def __init__(self, config, db): + Authconn.__init__(self, config, db) self.logger = logging.getLogger("nbi.authenticator.keystone")