summaryrefslogtreecommitdiff
path: root/oslo_context
diff options
context:
space:
mode:
authorVan Hung Pham <hungpv@vn.fujitsu.com>2017-06-13 10:19:50 +0700
committerVan Hung Pham <hungpv@vn.fujitsu.com>2017-06-13 10:20:56 +0700
commitd0f8de0eb6dc9b88632a6566880e4902f1597560 (patch)
treecace1490ea21f8d8fd765a172d10fb1ab954db55 /oslo_context
parent7dc7ff1e3d4c8dbf4550af598dbe991151bbd457 (diff)
downloadoslo-context-d0f8de0eb6dc9b88632a6566880e4902f1597560.tar.gz
Optimize the link address2.15.0
Update link address to ensure safety and preciseness Change-Id: Id193a5cefa3220036df69f5ca48aadc7ae02890b
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 cc88ff6..5f290b9 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:
- # http://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/developer/keystonemiddleware/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():