Update the documention for doc migration

Change-Id: Ie6d322d1b9c93118af7c74986993010b9f4b76b2
This commit is contained in:
chenxing 2017-07-19 03:42:23 +00:00
parent 55e301689c
commit e98720a22f
8 changed files with 22 additions and 22 deletions

View File

@ -2,7 +2,7 @@ Tempest Coding Guide
====================
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
https://docs.openstack.org/hacking/latest/
- Step 2: Read on
Tempest Specific Commandments

View File

@ -11,7 +11,7 @@ Tempest - The OpenStack Integration Test Suite
==============================================
The documentation for Tempest is officially hosted at:
http://docs.openstack.org/developer/tempest/
https://docs.openstack.org/tempest/latest/
This is a set of integration tests to be run against a live OpenStack
cluster. Tempest has batteries of tests for OpenStack API validation,
@ -117,7 +117,7 @@ as it is simpler, and quicker to work with.
will run the same set of tests as the default gate jobs.
.. _testr: https://testrepository.readthedocs.org/en/latest/MANUAL.html
.. _ostestr: http://docs.openstack.org/developer/os-testr/
.. _ostestr: https://docs.openstack.org/os-testr/latest/
Library
-------

View File

@ -91,7 +91,7 @@ deprecation), CLI additions or deprecations, major feature additions, and
anything backwards incompatible or would require a user to take note or do
something extra.
.. _reno: http://docs.openstack.org/developer/reno/
.. _reno: https://docs.openstack.org/reno/latest/
Deprecated Code
---------------

View File

@ -111,7 +111,7 @@ For Details, see: `API Microversion testing Framework`_
This document explains how to implement Microversion tests using those
interfaces.
.. _API Microversion testing Framework: http://docs.openstack.org/developer/tempest/library/api_microversion_testing.html
.. _API Microversion testing Framework: https://docs.openstack.org/tempest/latest/library/api_microversion_testing.html
Step1: Add skip logic based on configured Microversion range
@ -296,46 +296,46 @@ Microversion tests implemented in Tempest
* `2.1`_
.. _2.1: http://docs.openstack.org/developer/nova/api_microversion_history.html#id1
.. _2.1: https://docs.openstack.org/nova/latest/api_microversion_history.html#id1
* `2.2`_
.. _2.2: http://docs.openstack.org/developer/nova/api_microversion_history.html#id2
.. _2.2: http://docs.openstack.org/nova/latest/api_microversion_history.html#id2
* `2.10`_
.. _2.10: http://docs.openstack.org/developer/nova/api_microversion_history.html#id9
.. _2.10: http://docs.openstack.org/nova/latest/api_microversion_history.html#id9
* `2.20`_
.. _2.20: http://docs.openstack.org/developer/nova/api_microversion_history.html#id18
.. _2.20: http://docs.openstack.org/nova/latest/api_microversion_history.html#id18
* `2.25`_
.. _2.25: http://docs.openstack.org/developer/nova/api_microversion_history.html#maximum-in-mitaka
.. _2.25: http://docs.openstack.org/nova/latest/api_microversion_history.html#maximum-in-mitaka
* `2.32`_
.. _2.32: http://docs.openstack.org/developer/nova/api_microversion_history.html#id29
.. _2.32: http://docs.openstack.org/nova/latest/api_microversion_history.html#id29
* `2.37`_
.. _2.37: http://docs.openstack.org/developer/nova/api_microversion_history.html#id34
.. _2.37: http://docs.openstack.org/nova/latest/api_microversion_history.html#id34
* `2.42`_
.. _2.42: http://docs.openstack.org/developer/nova/api_microversion_history.html#maximum-in-ocata
.. _2.42: http://docs.openstack.org/nova/latest/api_microversion_history.html#maximum-in-ocata
* `2.47`_
.. _2.47: http://docs.openstack.org/developer/nova/api_microversion_history.html#id42
.. _2.47: http://docs.openstack.org/nova/latest/api_microversion_history.html#id42
* `2.48`_
.. _2.48: http://docs.openstack.org/developer/nova/api_microversion_history.html#id43
.. _2.48: http://docs.openstack.org/nova/latest/api_microversion_history.html#id43
* Volume
* `3.3`_
.. _3.3: https://docs.openstack.org/developer/cinder/devref/api_microversion_history.html#id4
.. _3.3: https://docs.openstack.org/cinder/latest/devref/api_microversion_history.html#id4

View File

@ -171,7 +171,7 @@ removed assuming there is equivalent testing elsewhere. Preferably using the
`tempest plugin mechanism`_
to maintain continuity after migrating the tests out of tempest.
.. _tempest plugin mechanism: http://docs.openstack.org/developer/tempest/plugin.html
.. _tempest plugin mechanism: https://docs.openstack.org/tempest/latest/plugin.html
API Compatibility
"""""""""""""""""

View File

@ -5,7 +5,7 @@ prelude: |
it lives directly in the tempest project. For more information refer to
the `library docs`_.
.. _library docs: http://docs.openstack.org/developer/tempest/library.html#library
.. _library docs: https://docs.openstack.org/tempest/latest/library.html#current-library-apis
features:
- Tempest library interface

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/tempest/
home-page = https://docs.openstack.org/tempest/latest/
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators

View File

@ -24,7 +24,7 @@ class BulkMiddlewareClient(rest_client.RestClient):
To extract containers and objects on Swift cluster from
uploaded archived file. For More information please check:
http://docs.openstack.org/developer/swift/middleware.html#module-swift.common.middleware.bulk
https://docs.openstack.org/swift/latest/middleware.html#module-swift.common.middleware.bulk
"""
url = '%s?extract-archive=%s' % (upload_path, archive_file_format)
if headers is None:
@ -37,7 +37,7 @@ class BulkMiddlewareClient(rest_client.RestClient):
"""Delete multiple objects or containers from their account.
For More information please check:
http://docs.openstack.org/developer/swift/middleware.html#module-swift.common.middleware.bulk
https://docs.openstack.org/swift/latest/middleware.html#module-swift.common.middleware.bulk
"""
url = '?bulk-delete'
@ -51,7 +51,7 @@ class BulkMiddlewareClient(rest_client.RestClient):
"""Delete multiple objects or containers with POST request.
For More information please check:
http://docs.openstack.org/developer/swift/middleware.html#module-swift.common.middleware.bulk
https://docs.openstack.org/swift/latest/middleware.html#module-swift.common.middleware.bulk
"""
url = '?bulk-delete'