diff --git a/HACKING.rst b/HACKING.rst index dbb758b4e9..77a8612ef9 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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 diff --git a/README.rst b/README.rst index ac9399283c..a7eab2f990 100644 --- a/README.rst +++ b/README.rst @@ -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 ------- diff --git a/REVIEWING.rst b/REVIEWING.rst index 9b272bb8dd..5807d50f7c 100644 --- a/REVIEWING.rst +++ b/REVIEWING.rst @@ -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 --------------- diff --git a/doc/source/microversion_testing.rst b/doc/source/microversion_testing.rst index d6d90ba47f..60f4f365ad 100644 --- a/doc/source/microversion_testing.rst +++ b/doc/source/microversion_testing.rst @@ -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 diff --git a/doc/source/test_removal.rst b/doc/source/test_removal.rst index d06e4ba412..07c3046b0f 100644 --- a/doc/source/test_removal.rst +++ b/doc/source/test_removal.rst @@ -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 """"""""""""""""" diff --git a/releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml b/releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml index 0ed3130128..c1edd63166 100644 --- a/releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml +++ b/releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml @@ -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 diff --git a/setup.cfg b/setup.cfg index b292970585..f52137edf2 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/tempest/ +home-page = https://docs.openstack.org/tempest/latest/ classifier = Intended Audience :: Information Technology Intended Audience :: System Administrators diff --git a/tempest/services/object_storage/bulk_middleware_client.py b/tempest/services/object_storage/bulk_middleware_client.py index c194ea9090..83d2d80eba 100644 --- a/tempest/services/object_storage/bulk_middleware_client.py +++ b/tempest/services/object_storage/bulk_middleware_client.py @@ -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'