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=0f9b9661f5c7080ea85b158ffa418c1842e96ad2;hpb=15ec70643bdaa3ba84eccefbed73ab525bfd31fc 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")