summaryrefslogtreecommitdiff
path: root/openstack_auth/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_auth/views.py')
-rw-r--r--openstack_auth/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_auth/views.py b/openstack_auth/views.py
index 919cc37..8831403 100644
--- a/openstack_auth/views.py
+++ b/openstack_auth/views.py
@@ -166,7 +166,7 @@ def logout(request, login_url=None, **kwargs):
def delete_token(endpoint, token_id):
"""Delete a token."""
- LOG.warn("The delete_token method is deprecated and now does nothing")
+ LOG.warning("The delete_token method is deprecated and now does nothing")
@login_required