Merge "Add plugin interface version"
This commit is contained in:
commit
9c492b742d
@ -49,6 +49,10 @@ class ClientCache(object):
|
||||
|
||||
class ClientManager(object):
|
||||
"""Manages access to API clients, including authentication."""
|
||||
|
||||
# A simple incrementing version for the plugin to know what is available
|
||||
PLUGIN_INTERFACE_VERSION = "2"
|
||||
|
||||
identity = ClientCache(identity_client.make_client)
|
||||
|
||||
def __getattr__(self, name):
|
||||
|
Loading…
Reference in New Issue
Block a user