diff --git a/ceilometer/i18n.py b/ceilometer/i18n.py index 2109fa71a5..efef8f8121 100644 --- a/ceilometer/i18n.py +++ b/ceilometer/i18n.py @@ -14,7 +14,7 @@ """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 """ diff --git a/doc/source/admin/telemetry-data-retrieval.rst b/doc/source/admin/telemetry-data-retrieval.rst index 39a88ea205..d6806f9e0b 100644 --- a/doc/source/admin/telemetry-data-retrieval.rst +++ b/doc/source/admin/telemetry-data-retrieval.rst @@ -10,7 +10,7 @@ Data retrieval Panko_. .. _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 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 always target the fields of the `Sample type -`__. +`__. Several fields of the API endpoints accept shorter names than the ones 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 -`__. +`__. The fields are the following: - ``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 separate API endpoint. For more information see the `Telemetry v2 Web API - Reference `__. + Reference `__. Statistics ---------- @@ -489,5 +489,5 @@ The method calls look like the following: For further details about the python-ceilometerclient package, see the `Python bindings to the OpenStack Ceilometer -API `__ +API `__ reference. diff --git a/doc/source/admin/telemetry-measurements.rst b/doc/source/admin/telemetry-measurements.rst index 59e9257f1b..63364bdaec 100644 --- a/doc/source/admin/telemetry-measurements.rst +++ b/doc/source/admin/telemetry-measurements.rst @@ -22,7 +22,7 @@ below. information about configuration requirements see the `Telemetry chapter `__ in the Installation Tutorials and Guides. Also check the `Telemetry manual - installation `__ + installation `__ description. 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 turn off the collection of the event related meters. For further information about events see `Events section - `__ + `__ in the Telemetry documentation. For further information about how to turn on and off meters see :ref:`telemetry-pipeline-configuration`. Please also note that currently no migration is available to move the already diff --git a/doc/source/contributor/architecture.rst b/doc/source/contributor/architecture.rst index cd8db69d30..63b40f0530 100644 --- a/doc/source/contributor/architecture.rst +++ b/doc/source/contributor/architecture.rst @@ -39,8 +39,8 @@ storage project designed to capture document-oriented data such as logs and system event actions. .. _Gnocchi: http://gnocchi.xyz/ -.. _Aodh: http://docs.openstack.org/developer/aodh -.. _Panko: http://docs.openstack.org/developer/panko +.. _Aodh: https://docs.openstack.org/aodh/latest/ +.. _Panko: https://docs.openstack.org/panko/latest/ Gathering the data diff --git a/doc/source/contributor/events.rst b/doc/source/contributor/events.rst index a8eada0181..a378bc66cd 100644 --- a/doc/source/contributor/events.rst +++ b/doc/source/contributor/events.rst @@ -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 cloud events. -.. _CADF: http://docs.openstack.org/developer/pycadf/ +.. _CADF: https://docs.openstack.org/pycadf/latest/ diff --git a/doc/source/contributor/gmr.rst b/doc/source/contributor/gmr.rst index 2453b0c1a2..c0985d4295 100644 --- a/doc/source/contributor/gmr.rst +++ b/doc/source/contributor/gmr.rst @@ -86,4 +86,4 @@ Extending the GMR As mentioned above, additional sections can be added to the GMR for a particular executable. For more information, see the inline documentation about oslo.reports: -`oslo.reports `_ +`oslo.reports `_ diff --git a/doc/source/contributor/install/dbreco.rst b/doc/source/contributor/install/dbreco.rst index dd9711de04..1c55a30902 100644 --- a/doc/source/contributor/install/dbreco.rst +++ b/doc/source/contributor/install/dbreco.rst @@ -52,6 +52,6 @@ to test Gnocchi and transition to it fully when comfortable. Edit the - database:// .. _Gnocchi: http://gnocchi.xyz -.. _Aodh: http://docs.openstack.org/developer/aodh/ -.. _Panko: http://docs.openstack.org/developer/panko +.. _Aodh: https://docs.openstack.org/aodh/latest/ +.. _Panko: https://docs.openstack.org/panko/latest/ .. _here: https://www.slideshare.net/GordonChung/ceilometer-to-gnocchi diff --git a/doc/source/contributor/install/manual.rst b/doc/source/contributor/install/manual.rst index 3d38b47632..3202b5982e 100644 --- a/doc/source/contributor/install/manual.rst +++ b/doc/source/contributor/install/manual.rst @@ -95,7 +95,7 @@ Gnocchi #. 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 diff --git a/doc/source/contributor/overview.rst b/doc/source/contributor/overview.rst index ba505727a2..3e455c4778 100644 --- a/doc/source/contributor/overview.rst +++ b/doc/source/contributor/overview.rst @@ -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 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 ======== diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst index 4cfa5ae421..f0025c66b4 100644 --- a/doc/source/contributor/plugins.rst +++ b/doc/source/contributor/plugins.rst @@ -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 -.. _Stevedore: http://docs.openstack.org/developer/stevedore/ +.. _Stevedore: https://docs.openstack.org/stevedore/latest/ Installing a plugin automatically activates it the next time the ceilometer daemon starts. Rather than running and reporting errors or diff --git a/doc/source/install/install-controller.rst b/doc/source/install/install-controller.rst index cd20da15c3..260664a2c8 100644 --- a/doc/source/install/install-controller.rst +++ b/doc/source/install/install-controller.rst @@ -58,7 +58,7 @@ Keystone To enable auditing of API requests, Keystone provides middleware which captures API requests to a service and emits data to Ceilometer. Instructions to enable this functionality is available in `Keystone's developer documentation -`_. +`_. Ceilometer will captures this information as ``audit.http.*`` events. Neutron diff --git a/doc/source/webapi/v2.rst b/doc/source/webapi/v2.rst index 6e78b3ca4b..801489c411 100644 --- a/doc/source/webapi/v2.rst +++ b/doc/source/webapi/v2.rst @@ -7,8 +7,8 @@ The Ceilometer API is deprecated. Use the APIs from Aodh_ (alarms), Gnocchi_ (metrics), and/or Panko_ (events). -.. _Aodh: http://docs.openstack.org/developer/aodh/ -.. _Panko: http://docs.openstack.org/developer/panko/ +.. _Aodh: https://docs.openstack.org/aodh/latest/ +.. _Panko: https://docs.openstack.org/panko/latest/ Resources @@ -225,7 +225,7 @@ A query to return the list of samples, limited to a specific meter type:: $ curl -H 'X-Auth-Token: ' \ "http://localhost:8777/v2/meters/disk.root.size" -A query using filters (see: `query filter section `_):: +A query using filters (see: `query filter section `_):: $ curl -H 'X-Auth-Token: ' \ "http://localhost:8777/v2/meters/instance?q.field=metadata.event_type&q.value=compute.instance.delete.start" diff --git a/releasenotes/notes/gnocchi-cache-1d8025dfc954f281.yaml b/releasenotes/notes/gnocchi-cache-1d8025dfc954f281.yaml index 653d3b32f9..74e73a60d7 100644 --- a/releasenotes/notes/gnocchi-cache-1d8025dfc954f281.yaml +++ b/releasenotes/notes/gnocchi-cache-1d8025dfc954f281.yaml @@ -6,5 +6,5 @@ features: other: - > A dogpile.cache supported backend is required to enable cache. Additional - configuration `options `_ + configuration `options `_ are also required.