X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fauth.py;h=bb6dbba2855f8acefa54dfcc80f9c2e1e4f209af;hb=5154baa6fd0a33b46ef5fedb0e954c96f82fae03;hp=3a88a50eb1c0446b8772ce3b0f9a9f1f47aa05f4;hpb=75512477988ae5e287433c6c859c61de1bc82318;p=osm%2FMON.git diff --git a/osm_mon/core/auth.py b/osm_mon/core/auth.py index 3a88a50..bb6dbba 100644 --- a/osm_mon/core/auth.py +++ b/osm_mon/core/auth.py @@ -47,8 +47,6 @@ class AuthManager: def get_credentials(self, vim_uuid): creds = self.database_manager.get_credentials(vim_uuid) - if creds.config is None: - creds.config = {} return creds def delete_auth_credentials(self, creds_dict):