Update the documentation link for doc migration

Change-Id: Ic12495a215fc64ece62b9694c9154fed592b8593
This commit is contained in:
Hangdong Zhang 2017-07-21 13:38:13 +08:00
parent 86433df26f
commit ed3a3f0512
7 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
monasca-log-api Style Commandments
==================================
- Step 1: Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
- Step 1: Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
- Step 2: Read on

View File

@ -43,7 +43,7 @@ in the HACKING.rst file, and pass all unit tests as well as linters.
Further developer focused documentation is available at:
* `Openstack Monasca-Log-Api <https://docs.openstack.org/developer/monasca-log-api/>`_
* `Openstack Monasca-Log-Api <https://docs.openstack.org/monasca-log-api/latest/>`_
Operators
---------

View File

@ -23,7 +23,7 @@ cloud.
This guide covers the concepts in the Monasca Log API.
For a full reference listing, please see:
`Monasca Log API Reference <http://developer.openstack.org/api-ref/monasca/#monasca-log-api>`__.
`Monasca Log API Reference <https://developer.openstack.org/api-ref/monitoring-log-api/>`__.
We welcome feedback, comments, and bug reports at
`storyboard/monasca <https://storyboard.openstack.org/#!/project_group/59>`__.

View File

@ -8,7 +8,7 @@ Running the Monasca DevStack plugin and Monasca Log Management Devstack plugin r
Directions for installing and running Devstack can be found here:
```
http://docs.openstack.org/developer/devstack/
https://docs.openstack.org/devstack/latest/
```
To run Monasca Log Management in DevStack, do the following three steps.

View File

@ -1,6 +1,6 @@
.. note:: The Log API v2 has been DEPRECATED in the Mitaka release. The
migration path is to use the `Log API v2
<http://developer.openstack.org/api-ref/monasca-log-api/v3/>`_ instead of version 2
<https://developer.openstack.org/api-ref/monitoring-log-api/#logs>`_ instead of version 2
of the API. The Log API v1 will ultimately be removed, following the
`OpenStack standard deprecation policy
<https://governance.openstack.org/reference/tags/assert_follows-standard-deprecation.html>`_.

View File

@ -31,7 +31,7 @@ any specific prior release.
general documentation including API, install, operator and user
guides see `docs.openstack.org`_
.. _`docs.openstack.org`: http://docs.openstack.org
.. _`docs.openstack.org`: https://docs.openstack.org
.. toctree::
:maxdepth: 2

View File

@ -130,13 +130,13 @@ Tempest root dir.
```
See the [OpenStack Tempest Plugin
Interface](http://docs.openstack.org/developer/tempest/plugin.html), for more
Interface](https://docs.openstack.org/tempest/latest/plugin.html), for more
details on Tempest Plugins and the plugin registration process.
# Running the Monasca Log Api Tempest
The Monasca Tempest Tests can be run using a variety of methods including:
1. [Testr](https://wiki.openstack.org/wiki/Testr)
2. [Os-testr](http://docs.openstack.org/developer/os-testr/)
2. [Os-testr](https://docs.openstack.org/os-testr/latest/)
3. [PyCharm](https://www.jetbrains.com/pycharm/)
4. Tempest Scripts in Devstack
@ -159,7 +159,7 @@ The Monasca Tempest Tests can be run using a variety of methods including:
You can also use testr to create a list of specific tests for your needs.
## Run the tests from the CLI using os-testr (no file necessary)
[Os-testr](http://docs.openstack.org/developer/os-testr/) is a test wrapper
[Os-testr](https://docs.openstack.org/os-testr/latest/) is a test wrapper
that can be used to run the Monasca Tempest tests.
1. In the Tempest root dir:
@ -196,9 +196,9 @@ Assuming that you have already created a PyCharm project for the
# References
This section provides a few additional references that might be useful:
* [Tempest - The OpenStack Integration Test Suite](http://docs.openstack.org/developer/tempest/overview.html#quickstart)
* [Tempest - The OpenStack Integration Test Suite](https://docs.openstack.org/tempest/latest/overview.html#quickstart)
* [Tempest Configuration Guide](https://github.com/openstack/tempest/blob/master/doc/source/configuration.rst#id1)
* [OpenStack Tempest Plugin Interface](http://docs.openstack.org/developer/tempest/plugin.html)
* [OpenStack Tempest Plugin Interface](https://docs.openstack.org/tempest/latest/plugin.html)
In addition to the above references, another source of information is the following OpenStack projects:
* [Manila Tempest Tests](https://github.com/openstack/manila/tree/master/manila_tempest_tests)