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 f4a593a..59ad759 100644 --- a/keystoneauth1/session.py +++ b/keystoneauth1/session.py @@ -995,7 +995,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):