Merge "Advancing the protocal of the website to HTTPS in usage.rst."

This commit is contained in:
Zuul 2018-12-07 17:39:44 +00:00 committed by Gerrit Code Review
commit 4a00a64a92
4 changed files with 6 additions and 6 deletions

View File

@ -155,4 +155,4 @@ References
- The guide for using systemd in devstack provides additional examples
of effective journalctl queries -
http://git.openstack.org/cgit/openstack-dev/devstack/tree/SYSTEMD.rst
https://git.openstack.org/cgit/openstack-dev/devstack/tree/SYSTEMD.rst

View File

@ -8,7 +8,7 @@ These files can be found in the docs/source/examples directory of
the git source of this project. They can also be found in the
`online git repository`_ of this project.
.. _online git repository: http://git.openstack.org/cgit/openstack/oslo.log/tree/doc/source/examples
.. _online git repository: https://git.openstack.org/cgit/openstack/oslo.log/tree/doc/source/examples
python_logging.py

View File

@ -23,7 +23,7 @@ exists. We agreed in the `cross project spec`_ to stop using audit
level anyway, so those calls should be replaced with calls to
``info()``.
.. _cross project spec: http://git.openstack.org/cgit/openstack/openstack-specs/tree/specs/log-guidelines.rst
.. _cross project spec: https://git.openstack.org/cgit/openstack/openstack-specs/tree/specs/log-guidelines.rst
Deprecation tools moved to ``versionutils``
-------------------------------------------

View File

@ -88,7 +88,7 @@ log levels.
Logging within an application should use `Oslo International Utilities (i18n)`_ marker
functions to provide language translation capabilities.
.. _Oslo International Utilities (i18n): http://docs.openstack.org/oslo.i18n/latest
.. _Oslo International Utilities (i18n): https://docs.openstack.org/oslo.i18n/latest
.. literalinclude:: examples/usage_i18n.py
:linenos:
@ -100,7 +100,7 @@ Source: :ref:`examples/usage_i18n.py <example_usage_i18n.py>`
With the use of `Oslo Context`_, log records can also contain
additional contextual information applicable for your application.
.. _Oslo Context: http://docs.openstack.org/oslo.context/latest
.. _Oslo Context: https://docs.openstack.org/oslo.context/latest
.. literalinclude:: examples/usage_context.py
:linenos:
@ -152,7 +152,7 @@ The `OpenStack Logging Guidelines`_ in openstack-specs repository
explain how to use different logging levels, and the desired logging
patterns to be used in OpenStack applications.
.. _OpenStack Logging Guidelines: http://specs.openstack.org/openstack/openstack-specs/specs/log-guidelines.html
.. _OpenStack Logging Guidelines: https://specs.openstack.org/openstack/openstack-specs/specs/log-guidelines.html
In a Library
============