From b73711a5f1b315ee805e0d9d7472fb483c97716f Mon Sep 17 00:00:00 2001 From: Van Hung Pham Date: Tue, 13 Jun 2017 16:10:32 +0700 Subject: [PATCH] Optimize the link address Update link address to ensure safety and preciseness Change-Id: I8ac4ea36234f5aa36f66130cfe064756235df4eb --- bindep.txt | 2 +- doc/source/extras.rst | 2 +- keystoneauth1/session.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index f3a4023..2a783e6 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,5 +1,5 @@ # This is a cross-platform list tracking distribution packages needed for install and tests; -# see http://docs.openstack.org/infra/bindep/ for additional information. +# see https://docs.openstack.org/infra/bindep/ for additional information. build-essential [platform:dpkg test] python-dev [platform:dpkg test] diff --git a/doc/source/extras.rst b/doc/source/extras.rst index ac31bd8..49f542d 100644 --- a/doc/source/extras.rst +++ b/doc/source/extras.rst @@ -8,7 +8,7 @@ upstream packages. There are however a number of plugins that upstream supports that involve additional dependencies that the keystoneauth package cannot depend upon directly. -To get around this we utilize setuptools `extras dependencies `_ for additional +To get around this we utilize setuptools `extras dependencies `_ for additional plugins. To use a plugin like the kerberos plugin that has additional dependencies you must install the additional dependencies like:: diff --git a/keystoneauth1/session.py b/keystoneauth1/session.py index 2943239..184fa3e 100644 --- a/keystoneauth1/session.py +++ b/keystoneauth1/session.py @@ -964,7 +964,7 @@ class TCPKeepAliveAdapter(requests.adapters.HTTPAdapter): This Adapter also preserves the default behaviour of Requests which disables Nagle's Algorithm. See also: - http://blogs.msdn.com/b/windowsazurestorage/archive/2010/06/25/nagle-s-algorithm-is-not-friendly-towards-small-requests.aspx + https://blogs.msdn.com/b/windowsazurestorage/archive/2010/06/25/nagle-s-algorithm-is-not-friendly-towards-small-requests.aspx """ def init_poolmanager(self, *args, **kwargs):