Update and replace http with https for doc links in ceilometer

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I33bf58ae4769f2a55a8e9ff34992ecc6c2bf57d3
This commit is contained in:
shangxiaobj 2017-07-28 00:51:46 -07:00
parent 22e8481e70
commit 6047d7da5b
9 changed files with 11 additions and 11 deletions

@ -181,7 +181,7 @@ same as the names of the related extensions in :file:`setup.cfg`. For a more
detailed description, please see the `transformers`_ section of the
Administrator Guide of Ceilometer.
.. _transformers: http://docs.openstack.org/admin-guide/telemetry-data-collection.html#transformers
.. _transformers: https://docs.openstack.org/admin-guide/telemetry-data-collection.html#transformers
The *publishers* section contains the list of publishers, where the samples
data should be sent after the possible transformations. The names of the
@ -226,4 +226,4 @@ Publishers
For more information about publishers see the `publishers`_ section of the
Administrator Guide of Ceilometer.
.. _publishers: http://docs.openstack.org/admin-guide/telemetry-data-pipelines.html#publishers
.. _publishers: https://docs.openstack.org/admin-guide/telemetry-data-pipelines.html#publishers

@ -26,8 +26,8 @@ contributing to Ceilometer, please follow the workflow found here_.
Project Hosting Details
=======================
:Bug tracker: http://launchpad.net/ceilometer
:Bug tracker: https://launchpad.net/ceilometer
:Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev (prefix subjects with ``[Ceilometer]`` for faster responses)
:Wiki: http://wiki.openstack.org/wiki/Ceilometer
:Wiki: https://wiki.openstack.org/wiki/Ceilometer
:Code Hosting: https://git.openstack.org/cgit/openstack/ceilometer/
:Code Review: https://review.openstack.org/#/q/status:open+project:openstack/ceilometer,n,z

@ -25,7 +25,7 @@ Existing meters
For the list of existing meters see the tables under the
`Measurements page`_ of Ceilometer in the Administrator Guide.
.. _Measurements page: http://docs.openstack.org/admin-guide/telemetry-measurements.html
.. _Measurements page: https://docs.openstack.org/admin-guide/telemetry-measurements.html
Adding new meters
=================

@ -99,7 +99,7 @@ specific topics.
A detailed description of how to use meter definition is illustrated in
the `admin_guide`_.
.. _admin_guide: http://docs.openstack.org/admin-guide/telemetry-data-collection.html#meter-definitions
.. _admin_guide: https://docs.openstack.org/admin-guide/telemetry-data-collection.html#meter-definitions
Non-metric meters and events
----------------------------

@ -12,7 +12,7 @@ Installation Guide
next-steps.rst
This chapter assumes a working setup of OpenStack following the
`OpenStack Installation Tutorials and Guides <http://docs.openstack.org/#install-guides>`_.
`OpenStack Installation Tutorials and Guides <https://docs.openstack.org/#install-guides>`_.
Ocata
~~~~

@ -6,4 +6,4 @@ Next steps
Your OpenStack environment now includes the ceilometer service.
To add additional services, see the
`OpenStack Installation Tutorials and Guides <http://docs.openstack.org/#install-guides>`_.
`OpenStack Installation Tutorials and Guides <https://docs.openstack.org/#install-guides>`_.

@ -58,4 +58,4 @@ Volume of data
Please note that metering can generate lots of data very quickly. Have a look
at the following spreadsheet to evaluate what you will end up with.
http://wiki.openstack.org/EfficientMetering#Volume_of_data
https://wiki.openstack.org/wiki/EfficientMetering#Volume_of_data

@ -37,4 +37,4 @@ Since Mitaka development cycle, we start to host release notes on
.. _Juno: https://wiki.openstack.org/wiki/ReleaseNotes/Juno#OpenStack_Telemetry_.28Ceilometer.29
.. _Kilo: https://wiki.openstack.org/wiki/ReleaseNotes/Kilo#OpenStack_Telemetry_.28Ceilometer.29
.. _Liberty: https://wiki.openstack.org/wiki/ReleaseNotes/Liberty#OpenStack_Telemetry_.28Ceilometer.29
.. _Ceilometer Release Notes: http://docs.openstack.org/releasenotes/ceilometer/
.. _Ceilometer Release Notes: https://docs.openstack.org/releasenotes/ceilometer/

@ -32,7 +32,7 @@ Sample response::
"rel": "self"
},
{
"href": "http://docs.openstack.org/",
"href": "https://docs.openstack.org/",
"rel": "describedby",
"type": "text/html"
}