Remove unused class variables from token provider

These two were just chillin' as token provider class variables. They
are not used anywhere and we use special notification strings defined
in notification.py for good reason. Keeping things defined in one
place makes maintenance easier. Remove the unused variabels from the
token provider.

Change-Id: I98f29114daa01df94f12813143da9097c294b43a
This commit is contained in:
Lance Bragstad 2018-02-14 16:12:10 +00:00
parent fae0296ab2
commit 34d65037b5
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ class Manager(manager.Manager):
V3 = V3
VERSIONS = VERSIONS
INVALIDATE_PROJECT_TOKEN_PERSISTENCE = 'invalidate_project_tokens'
INVALIDATE_USER_TOKEN_PERSISTENCE = 'invalidate_user_tokens'
_persistence_manager = None
def __init__(self):