Merge "Replacing the HTTP protocal with HTTPS in using-sessions.rst."

This commit is contained in:
Zuul 2018-11-18 19:56:40 +00:00 committed by Gerrit Code Review
commit d8cee933fe
1 changed files with 3 additions and 3 deletions

View File

@ -592,8 +592,8 @@ in this manner, request, response and body content will all be logged to that
logger at the ``DEBUG`` level, and the strings ``REQ:``, ``RESP:`` and logger at the ``DEBUG`` level, and the strings ``REQ:``, ``RESP:`` and
``RESP BODY:`` will be pre-pended as appropriate. ``RESP BODY:`` will be pre-pended as appropriate.
.. _API-WG Specs: http://specs.openstack.org/openstack/api-wg/ .. _API-WG Specs: https://specs.openstack.org/openstack/api-wg/
.. _Consuming the Catalog: http://specs.openstack.org/openstack/api-wg/guidelines/consuming-catalog.html .. _Consuming the Catalog: https://specs.openstack.org/openstack/api-wg/guidelines/consuming-catalog.html
.. _Microversions: http://specs.openstack.org/openstack/api-wg/guidelines/microversion_specification.html#version-discovery .. _Microversions: https://specs.openstack.org/openstack/api-wg/guidelines/microversion_specification.html#version-discovery
.. _python logging: https://docs.python.org/3/library/logging.html .. _python logging: https://docs.python.org/3/library/logging.html
.. _logger: https://docs.python.org/3/library/logging.html#logging.Logger .. _logger: https://docs.python.org/3/library/logging.html#logging.Logger