summaryrefslogtreecommitdiff
path: root/openstack_auth/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_auth/utils.py')
-rw-r--r--openstack_auth/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack_auth/utils.py b/openstack_auth/utils.py
index 44b3931..32a39c5 100644
--- a/openstack_auth/utils.py
+++ b/openstack_auth/utils.py
@@ -144,6 +144,7 @@ def get_keystone_client():
def is_token_deletion_disabled():
+ LOG.warning("Deprecated TOKEN_DELETION_DISABLED setting is no longer used")
return getattr(settings, 'TOKEN_DELETION_DISABLED', False)