From ae74a73f982d11c4979426acf30b36917e2fe236 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 14 Jul 2017 09:36:26 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: Ia6567e81e9c854181cd1d1bac4cb0927c0243127 --- doc/source/configure-ceilometer.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/configure-ceilometer.rst b/doc/source/configure-ceilometer.rst index b71c8870..a0af3b5e 100644 --- a/doc/source/configure-ceilometer.rst +++ b/doc/source/configure-ceilometer.rst @@ -17,7 +17,7 @@ The Telemetry module (ceilometer) performs the following functions: As of Liberty, the alarming functionality is in a separate component. The metering-alarm containers handle the functionality through aodh services. For configuring these services, see the aodh docs: - http://docs.openstack.org/developer/aodh/ + https://docs.openstack.org/aodh/latest/ Configure a MongoDB backend prior to running the ceilometer playbooks. The connection data is in the ``user_variables.yml`` file diff --git a/setup.cfg b/setup.cfg index b12d08a8..a70947b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/openstack-ansible-os_ceilometer/ +home-page = https://docs.openstack.org/openstack-ansible-os_ceilometer/latest/ classifier = Intended Audience :: Developers Intended Audience :: System Administrators