Minor OpenStack plugin updates
[osm/MON.git] / plugins / OpenStack / common.py
index 25cca45..eed122d 100644 (file)
@@ -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