From 3a12eb4bd4101474efbab6fcd3be577aebb13a08 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Fri, 21 Jul 2017 10:59:03 +0800 Subject: [PATCH] Update the documentation link for doc migration Change-Id: Ib36aca9dd3b1927937a4e56b25b1cde3a084a196 --- .../ceilosca_mapping/data/ceilometer_static_info_mapping.yaml | 2 +- devstack/README.md | 2 +- devstack/setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ceilosca/ceilometer/ceilosca_mapping/data/ceilometer_static_info_mapping.yaml b/ceilosca/ceilometer/ceilosca_mapping/data/ceilometer_static_info_mapping.yaml index 5d531a7..6bd17e9 100644 --- a/ceilosca/ceilometer/ceilosca_mapping/data/ceilometer_static_info_mapping.yaml +++ b/ceilosca/ceilometer/ceilosca_mapping/data/ceilometer_static_info_mapping.yaml @@ -1,4 +1,4 @@ -#reference: http://docs.openstack.org/admin-guide/telemetry-measurements.html +#reference: https://docs.openstack.org/ceilometer/latest/admin/telemetry-measurements.html --- meter_info_static_map: diff --git a/devstack/README.md b/devstack/README.md index c063913..4ec6cc3 100644 --- a/devstack/README.md +++ b/devstack/README.md @@ -15,5 +15,5 @@ Choose one: - The script should be tweaked before execution, particularly the lines. - export SERVICE_HOST=192.168.10.6 - export HOST_IP_IFACE=eth0 - - The script should be run by a sudoers user with no password required. Such as is described in https://docs.openstack.org/developer/devstack/ + - The script should be run by a sudoers user with no password required. Such as is described in https://docs.openstack.org/devstack/latest/ - And did not configure Horizon diff --git a/devstack/setup.cfg b/devstack/setup.cfg index 47dd216..4dfbf65 100644 --- a/devstack/setup.cfg +++ b/devstack/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/ceilometer/ +home-page = https://docs.openstack.org/ceilometer/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology