X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=plugins%2FOpenStack%2Fcommon.py;h=eed122d4b353cddd4ebde9c525141ed3a0909909;hb=d00ff82f2b06b5ae2a353e0f6a9b30d813ffa21f;hp=25cca45edbe0ff5585aac0ba6c389e3ab79ff20d;hpb=e834a774df8b09fa1705f55b152973cfef9ecd26;p=osm%2FMON.git diff --git a/plugins/OpenStack/common.py b/plugins/OpenStack/common.py index 25cca45..eed122d 100644 --- a/plugins/OpenStack/common.py +++ b/plugins/OpenStack/common.py @@ -41,7 +41,7 @@ class Common(object): self._endpoint = None self._ks = None - def _authenticate(self, tenant_id=None): + def _authenticate(self): """Authenticate and/or renew the authentication token.""" if self._auth_token is not None: return self._auth_token