Optimize the link address

Update link address to ensure safety and preciseness

Change-Id: I8ac4ea36234f5aa36f66130cfe064756235df4eb
This commit is contained in:
Van Hung Pham 2017-06-13 16:10:32 +07:00
parent 0be140389b
commit b73711a5f1
3 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -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 <http://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies>`_ for additional
To get around this we utilize setuptools `extras dependencies <https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies>`_ for additional
plugins. To use a plugin like the kerberos plugin that has additional
dependencies you must install the additional dependencies like::

View File

@ -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):