Update the documentation link for doc migration

Change-Id: Ie8b83497b3975ec4ce0f1bc1583d825f0af1b8b2
This commit is contained in:
Hangdong Zhang 2017-07-26 17:33:07 +08:00
parent f1cc475e3f
commit 0b07da07b6
13 changed files with 22 additions and 22 deletions

View File

@ -14,7 +14,7 @@
"""oslo.i18n integration module. """oslo.i18n integration module.
See http://docs.openstack.org/developer/oslo.i18n/usage.html See https://docs.openstack.org/oslo.i18n/latest/user/usage.html
""" """

View File

@ -10,7 +10,7 @@ Data retrieval
Panko_. Panko_.
.. _Gnocchi: http://gnocchi.xyz/ .. _Gnocchi: http://gnocchi.xyz/
.. _Panko: https://docs.openstack.org/developer/panko .. _Panko: https://docs.openstack.org/panko/latest/
The Telemetry service offers several mechanisms from which the persisted The Telemetry service offers several mechanisms from which the persisted
data can be accessed. As described in :ref:`telemetry-system-architecture` and data can be accessed. As described in :ref:`telemetry-system-architecture` and
@ -67,12 +67,12 @@ be a list of data structures that consist of the following items:
Regardless of the endpoint on which the filter is applied on, it will Regardless of the endpoint on which the filter is applied on, it will
always target the fields of the `Sample type always target the fields of the `Sample type
<https://docs.openstack.org/developer/ceilometer/webapi/v2.html#Sample>`__. <https://docs.openstack.org/ceilometer/latest/webapi/v2.html#Sample>`__.
Several fields of the API endpoints accept shorter names than the ones Several fields of the API endpoints accept shorter names than the ones
defined in the reference. The API will do the transformation internally defined in the reference. The API will do the transformation internally
and return the output with the fields that are listed in the `API reference and return the output with the fields that are listed in the `API reference
<https://docs.openstack.org/developer/ceilometer/webapi/v2.html>`__. <https://docs.openstack.org/ceilometer/latest/webapi/v2.html>`__.
The fields are the following: The fields are the following:
- ``project_id``: project - ``project_id``: project
@ -139,7 +139,7 @@ The ``filter``, ``orderby`` and ``limit`` fields are optional.
As opposed to the simple query, complex query is available via a As opposed to the simple query, complex query is available via a
separate API endpoint. For more information see the `Telemetry v2 Web API separate API endpoint. For more information see the `Telemetry v2 Web API
Reference <https://docs.openstack.org/developer/ceilometer/webapi/v2.html#v2-web-api>`__. Reference <https://docs.openstack.org/ceilometer/latest/webapi/v2.html#v2-web-api>`__.
Statistics Statistics
---------- ----------
@ -489,5 +489,5 @@ The method calls look like the following:
For further details about the python-ceilometerclient package, see the For further details about the python-ceilometerclient package, see the
`Python bindings to the OpenStack Ceilometer `Python bindings to the OpenStack Ceilometer
API <https://docs.openstack.org/developer/python-ceilometerclient/>`__ API <https://docs.openstack.org/python-ceilometerclient/latest/>`__
reference. reference.

View File

@ -22,7 +22,7 @@ below.
information about configuration requirements see the `Telemetry chapter information about configuration requirements see the `Telemetry chapter
<https://docs.openstack.org/project-install-guide/telemetry/ocata/>`__ <https://docs.openstack.org/project-install-guide/telemetry/ocata/>`__
in the Installation Tutorials and Guides. Also check the `Telemetry manual in the Installation Tutorials and Guides. Also check the `Telemetry manual
installation <https://docs.openstack.org/developer/ceilometer/install/manual.html>`__ installation <https://docs.openstack.org/ceilometer/latest/contributor/install/manual.html>`__
description. description.
Telemetry uses the following meter types: Telemetry uses the following meter types:
@ -83,7 +83,7 @@ Telemetry or emit notifications that this service consumes.
way of using Telemetry is to configure it to use the event store and way of using Telemetry is to configure it to use the event store and
turn off the collection of the event related meters. For further turn off the collection of the event related meters. For further
information about events see `Events section information about events see `Events section
<https://docs.openstack.org/developer/ceilometer/events.html>`__ <https://docs.openstack.org/ceilometer/latest/contributor/events.html>`__
in the Telemetry documentation. For further information about how to in the Telemetry documentation. For further information about how to
turn on and off meters see :ref:`telemetry-pipeline-configuration`. Please turn on and off meters see :ref:`telemetry-pipeline-configuration`. Please
also note that currently no migration is available to move the already also note that currently no migration is available to move the already

View File

@ -39,8 +39,8 @@ storage project designed to capture document-oriented data such as logs and
system event actions. system event actions.
.. _Gnocchi: http://gnocchi.xyz/ .. _Gnocchi: http://gnocchi.xyz/
.. _Aodh: http://docs.openstack.org/developer/aodh .. _Aodh: https://docs.openstack.org/aodh/latest/
.. _Panko: http://docs.openstack.org/developer/panko .. _Panko: https://docs.openstack.org/panko/latest/
Gathering the data Gathering the data

View File

@ -286,4 +286,4 @@ the event which is often susceptible to change. To make consumption easier,
the Ceilometer team offers: CADF_, an open, cloud standard which helps model the Ceilometer team offers: CADF_, an open, cloud standard which helps model
cloud events. cloud events.
.. _CADF: http://docs.openstack.org/developer/pycadf/ .. _CADF: https://docs.openstack.org/pycadf/latest/

View File

@ -86,4 +86,4 @@ Extending the GMR
As mentioned above, additional sections can be added to the GMR for a As mentioned above, additional sections can be added to the GMR for a
particular executable. For more information, see the inline documentation particular executable. For more information, see the inline documentation
about oslo.reports: about oslo.reports:
`oslo.reports <http://docs.openstack.org/developer/oslo.reports/>`_ `oslo.reports <https://docs.openstack.org/oslo.reports/latest/>`_

View File

@ -52,6 +52,6 @@ to test Gnocchi and transition to it fully when comfortable. Edit the
- database:// - database://
.. _Gnocchi: http://gnocchi.xyz .. _Gnocchi: http://gnocchi.xyz
.. _Aodh: http://docs.openstack.org/developer/aodh/ .. _Aodh: https://docs.openstack.org/aodh/latest/
.. _Panko: http://docs.openstack.org/developer/panko .. _Panko: https://docs.openstack.org/panko/latest/
.. _here: https://www.slideshare.net/GordonChung/ceilometer-to-gnocchi .. _here: https://www.slideshare.net/GordonChung/ceilometer-to-gnocchi

View File

@ -95,7 +95,7 @@ Gnocchi
#. Start notification service #. Start notification service
.. _oslo.cache: http://docs.openstack.org/developer/oslo.cache/opts.html .. _oslo.cache: https://docs.openstack.org/oslo.cache/latest/configuration/index.html
.. _`Gnocchi installation`: http://gnocchi.xyz/install.html .. _`Gnocchi installation`: http://gnocchi.xyz/install.html

View File

@ -18,7 +18,7 @@ Ceilometer: become a standard way to meter, regardless of the
purpose of the collection. This data can then be pushed to any set of targets purpose of the collection. This data can then be pushed to any set of targets
using provided publishers mentioned in :ref:`pipeline-publishers` section. using provided publishers mentioned in :ref:`pipeline-publishers` section.
.. _increasing number of meters: http://docs.openstack.org/developer/ceilometer/measurements.html .. _increasing number of meters: https://docs.openstack.org/ceilometer/latest/contributor/measurements.html
Metering Metering
======== ========

View File

@ -160,7 +160,7 @@ definitions in the :file:`entry_points.txt` file of your Ceilometer egg.
.. _setuptools entry points: http://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins .. _setuptools entry points: http://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins
.. _Stevedore: http://docs.openstack.org/developer/stevedore/ .. _Stevedore: https://docs.openstack.org/stevedore/latest/
Installing a plugin automatically activates it the next time the Installing a plugin automatically activates it the next time the
ceilometer daemon starts. Rather than running and reporting errors or ceilometer daemon starts. Rather than running and reporting errors or

View File

@ -58,7 +58,7 @@ Keystone
To enable auditing of API requests, Keystone provides middleware which captures To enable auditing of API requests, Keystone provides middleware which captures
API requests to a service and emits data to Ceilometer. Instructions to enable API requests to a service and emits data to Ceilometer. Instructions to enable
this functionality is available in `Keystone's developer documentation this functionality is available in `Keystone's developer documentation
<https://docs.openstack.org/developer/keystonemiddleware/audit.html>`_. <https://docs.openstack.org/keystonemiddleware/latest/audit.html>`_.
Ceilometer will captures this information as ``audit.http.*`` events. Ceilometer will captures this information as ``audit.http.*`` events.
Neutron Neutron

View File

@ -7,8 +7,8 @@
The Ceilometer API is deprecated. Use the APIs from Aodh_ (alarms), The Ceilometer API is deprecated. Use the APIs from Aodh_ (alarms),
Gnocchi_ (metrics), and/or Panko_ (events). Gnocchi_ (metrics), and/or Panko_ (events).
.. _Aodh: http://docs.openstack.org/developer/aodh/ .. _Aodh: https://docs.openstack.org/aodh/latest/
.. _Panko: http://docs.openstack.org/developer/panko/ .. _Panko: https://docs.openstack.org/panko/latest/
Resources Resources
@ -225,7 +225,7 @@ A query to return the list of samples, limited to a specific meter type::
$ curl -H 'X-Auth-Token: <inserttokenhere>' \ $ curl -H 'X-Auth-Token: <inserttokenhere>' \
"http://localhost:8777/v2/meters/disk.root.size" "http://localhost:8777/v2/meters/disk.root.size"
A query using filters (see: `query filter section <http://docs.openstack.org/developer/ceilometer/webapi/v2.html#filtering-queries>`_):: A query using filters (see: `query filter section <https://docs.openstack.org/ceilometer/latest/webapi/v2.html#filtering-queries>`_)::
$ curl -H 'X-Auth-Token: <inserttokenhere>' \ $ curl -H 'X-Auth-Token: <inserttokenhere>' \
"http://localhost:8777/v2/meters/instance?q.field=metadata.event_type&q.value=compute.instance.delete.start" "http://localhost:8777/v2/meters/instance?q.field=metadata.event_type&q.value=compute.instance.delete.start"

View File

@ -6,5 +6,5 @@ features:
other: other:
- > - >
A dogpile.cache supported backend is required to enable cache. Additional A dogpile.cache supported backend is required to enable cache. Additional
configuration `options <http://docs.openstack.org/developer/oslo.cache/opts.html#cache>`_ configuration `options <https://docs.openstack.org/oslo.cache/latest/configuration/index.html#cache>`_
are also required. are also required.