summaryrefslogtreecommitdiff
path: root/oslo_context
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-12 22:45:21 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-12 22:46:06 +0800
commite86ee74a72f7deb8f75e0ede68bba7ba520c7298 (patch)
tree7c14332c5d2290309f9877c95b73a1e0440ef03f /oslo_context
parentfd6b1c82f21a9374e33aaa0580618936eb6c7dc7 (diff)
downloadoslo-context-e86ee74a72f7deb8f75e0ede68bba7ba520c7298.tar.gz
Fix URLs according to document migration2.17.0
Change-Id: I5e452dfc33c4bdf8f344f6e28ff1fd4a5e049476
Diffstat (limited to 'oslo_context')
-rw-r--r--oslo_context/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_context/context.py b/oslo_context/context.py
index 5f290b9..555ac3e 100644
--- a/oslo_context/context.py
+++ b/oslo_context/context.py
@@ -393,7 +393,7 @@ class RequestContext(object):
"""
# Load a new context object from the environment variables set by
# auth_token middleware. See:
- # https://docs.openstack.org/developer/keystonemiddleware/api/keystonemiddleware.auth_token.html#what-auth-token-adds-to-the-request-for-use-by-the-openstack-service
+ # https://docs.openstack.org/keystonemiddleware/latest/api/keystonemiddleware.auth_token.html#what-auth-token-adds-to-the-request-for-use-by-the-openstack-service
# add kwarg if not specified by user from a list of possible headers
for k, v_list in _ENVIRON_HEADERS.items():