From 1d197e5e8faab31a045fc834f63b9593873e0835 Mon Sep 17 00:00:00 2001 From: zhengwei6082 Date: Fri, 21 Jul 2017 15:56:53 +0800 Subject: [PATCH] Update the documention for doc migration Change-Id: I003f4b0abde102b07646ef180e2506bca19162ff --- watcher_tempest_plugin/README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/watcher_tempest_plugin/README.rst b/watcher_tempest_plugin/README.rst index aac5ec76b..1fd805fec 100644 --- a/watcher_tempest_plugin/README.rst +++ b/watcher_tempest_plugin/README.rst @@ -12,7 +12,7 @@ Tempest tests The following procedure gets you started with Tempest testing but you can also refer to the `Tempest documentation`_ for more details. -.. _Tempest documentation: http://docs.openstack.org/developer/tempest/ +.. _Tempest documentation: https://docs.openstack.org/tempest/latest Tempest installation @@ -112,11 +112,11 @@ enable the execution of multi-node scenarios:: For more information, please refer to: -- Keystone connection: http://docs.openstack.org/developer/tempest/configuration.html#keystone-connection-info -- Dynamic Keystone Credentials: http://docs.openstack.org/developer/tempest/configuration.html#dynamic-credentials +- Keystone connection: https://docs.openstack.org/tempest/latest/configuration.html#keystone-connection-info +- Dynamic Keystone Credentials: https://docs.openstack.org/tempest/latest/configuration.html#dynamic-credentials .. _virtual environment: http://docs.python-guide.org/en/latest/dev/virtualenvs/ -.. _Tempest configuration guide: http://docs.openstack.org/developer/tempest/configuration.html +.. _Tempest configuration guide: http://docs.openstack.org/tempest/latest/configuration.html Watcher Tempest tests execution @@ -150,7 +150,7 @@ before you can do so, you need to follow the Tempest explanation on running $ export TEMPEST_CONFIG_DIR=/watcher-cloud/etc/ $ tox -eall-plugin watcher -.. _tox with plugins: http://docs.openstack.org/developer/tempest/plugin.html#notes-for-using-plugins-with-virtualenvs +.. _tox with plugins: https://docs.openstack.org/tempest/latest/plugin.html#notes-for-using-plugins-with-virtualenvs And, to run a specific test::