diff --git a/HACKING.rst b/HACKING.rst index 6d3e3e55a..1970188de 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -3,7 +3,7 @@ Zaqar style commandments ======================== - Step 1: Read the OpenStack Style Commandments - https://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/hacking/latest/ - Step 2: Read on for Zaqar specific commandments General diff --git a/README.rst b/README.rst index 51737fb00..52a97926f 100644 --- a/README.rst +++ b/README.rst @@ -46,11 +46,11 @@ Contributors are encouraged to join IRC (``#openstack-zaqar`` channel on Information on how to run unit and functional tests is available at: - https://docs.openstack.org/zaqar/admin/running_tests.html + https://docs.openstack.org/zaqar/latest/contributor/running_tests.html Information on how to run benchmarking tool is available at: - https://docs.openstack.org/zaqar/admin/running_benchmark.html + https://docs.openstack.org/zaqar/latest/admin/running_benchmark.html Using Zaqar ----------- @@ -66,7 +66,7 @@ Using Zaqar in development environment: The instruction is available at: - https://docs.openstack.org/zaqar/contributor/development.environment.html + https://docs.openstack.org/zaqar/latest/contributor/development.environment.html This will allow you to run local Zaqar server with MongoDB as database. diff --git a/doc/source/admin/CORS.rst b/doc/source/admin/CORS.rst index 7e5c4ccbb..1135e5934 100644 --- a/doc/source/admin/CORS.rst +++ b/doc/source/admin/CORS.rst @@ -116,5 +116,5 @@ CORS rule:: Access-Control-Allow-Credentials: true Connection: close -.. _Official Doc: https://docs.openstack.org/developer/oslo.middleware/cors.html -.. _OpenStack Spec: http://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html +.. _Official Doc: https://docs.openstack.org/oslo.middleware/latest/reference/cors.html +.. _OpenStack Spec: https://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html diff --git a/doc/source/admin/OSprofiler.rst b/doc/source/admin/OSprofiler.rst index 70d8d1968..64767854b 100644 --- a/doc/source/admin/OSprofiler.rst +++ b/doc/source/admin/OSprofiler.rst @@ -121,4 +121,4 @@ Then you can open the file "list_test" to get the result. .. note:: If you used MQ for data transfer, the "--connection-string" here could be ignored or set it to your Ceilometer endpoint. -.. _Official Doc: http://docs.openstack.org/developer/osprofiler/background.html +.. _Official Doc: https://docs.openstack.org/osprofiler/latest/user/background.html diff --git a/doc/source/admin/gmr.rst b/doc/source/admin/gmr.rst index 405a3c7fd..3d3b00013 100644 --- a/doc/source/admin/gmr.rst +++ b/doc/source/admin/gmr.rst @@ -84,4 +84,4 @@ Extending the GMR As mentioned above, additional sections can be added to the GMR for a particular executable. For more information, see the inline documentation about oslo.reports: -`oslo.reports `_ +`oslo.reports `_ diff --git a/doc/source/admin/running_benchmark.rst b/doc/source/admin/running_benchmark.rst index 08ff8c254..6a92f4299 100644 --- a/doc/source/admin/running_benchmark.rst +++ b/doc/source/admin/running_benchmark.rst @@ -181,4 +181,4 @@ Let's configure zaqar-bench too to use Keystone: authentication errors. -.. _DevStack: http://docs.openstack.org/developer/devstack/ +.. _DevStack: https://docs.openstack.org/devstack/latest/ diff --git a/doc/source/admin/writing_pipeline_stages.rst b/doc/source/admin/writing_pipeline_stages.rst index 46c2c82c2..55f55e105 100644 --- a/doc/source/admin/writing_pipeline_stages.rst +++ b/doc/source/admin/writing_pipeline_stages.rst @@ -221,5 +221,5 @@ will happen in Zaqar's database. ], }, -.. _`Stevedore - Creating Plugins`: http://docs.openstack.org/developer/stevedore/tutorial/creating_plugins.html -.. _`Stevedore - Loading the Plugins`: http://docs.openstack.org/developer/stevedore/tutorial/loading.html +.. _`Stevedore - Creating Plugins`: https://docs.openstack.org/stevedore/latest/user/tutorial/creating_plugins.html +.. _`Stevedore - Loading the Plugins`: https://docs.openstack.org/stevedore/latest/user/tutorial/loading.html diff --git a/doc/source/contributor/development.environment.rst b/doc/source/contributor/development.environment.rst index 52e6d9898..3993a6337 100644 --- a/doc/source/contributor/development.environment.rst +++ b/doc/source/contributor/development.environment.rst @@ -20,7 +20,7 @@ that you can use in developing Zaqar on Ubuntu or Fedora. These instructions assume that you are familiar with Git. Refer to GettingTheCode_ for additional information. -.. _GettingTheCode: http://wiki.openstack.org/GettingTheCode +.. _GettingTheCode: https://wiki.openstack.org/wiki/Getting_The_Code Virtual environments @@ -39,7 +39,7 @@ virtual environment, instead of installing the packages at the system level. full integration testing or production usage. If you want to learn about production best practices, check out the `OpenStack Operations Guide`_. - .. _`OpenStack Operations Guide`: http://docs.openstack.org/ops/ + .. _`OpenStack Operations Guide`: https://docs.openstack.org/ops-guide/ Install GNU/Linux system dependencies ##################################### @@ -280,7 +280,7 @@ To do this, you first need to add the following setting to your ``local.conf``: Then run the ``stack.sh`` script as usual. -.. _DevStack: http://docs.openstack.org/developer/devstack/ +.. _DevStack: https://docs.openstack.org/devstack/latest/ Running tests ------------- diff --git a/doc/source/contributor/first_patch.rst b/doc/source/contributor/first_patch.rst index f08aef48c..9dbf18a08 100644 --- a/doc/source/contributor/first_patch.rst +++ b/doc/source/contributor/first_patch.rst @@ -36,11 +36,11 @@ avoid hooks errors. Visit the `Gerrit Workflow's account setup`_ section in the wiki to get more information on setting up your accounts. -.. _Launchpad: http://launchpad.net/ -.. _Gerrit: http://review.openstack.org/ -.. _`Contributors License Agreement`: http://docs.openstack.org/infra/manual/developers.html#account-setup -.. _`join the OpenStack Foundation`: http://openstack.org/join -.. _`Gerrit Workflow's account setup`: http://docs.openstack.org/infra/manual/developers.html#account-setup +.. _Launchpad: https://launchpad.net/ +.. _Gerrit: https://review.openstack.org/ +.. _`Contributors License Agreement`: https://docs.openstack.org/infra/manual/developers.html#account-setup +.. _`join the OpenStack Foundation`: https://www.openstack.org/join/ +.. _`Gerrit Workflow's account setup`: https://docs.openstack.org/infra/manual/developers.html#account-setup SSH setup ######### @@ -193,7 +193,7 @@ working on bugs is to name the branch ``bug/BUG-NUMBER`` (for example, Read more about the commit syntax in the `Gerrit workflow`_ wiki. -.. _`Gerrit workflow`: http://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _`Gerrit workflow`: https://docs.openstack.org/infra/manual/developers.html#development-workflow Common problems ^^^^^^^^^^^^^^^ diff --git a/doc/source/contributor/first_review.rst b/doc/source/contributor/first_review.rst index 29158ff7b..afafffabb 100644 --- a/doc/source/contributor/first_review.rst +++ b/doc/source/contributor/first_review.rst @@ -110,6 +110,6 @@ Review section`_ document. .. _`Open Zaqar fixes`: https://review.openstack.org/#/q/status:open+zaqar,n,z .. _`Git Commit Messages`: https://wiki.openstack.org/wiki/GitCommitMessages -.. _`Gerrit Workflow Review section`: http://docs.openstack.org/infra/manual/developers.html#code-review +.. _`Gerrit Workflow Review section`: https://docs.openstack.org/infra/manual/developers.html#code-review diff --git a/doc/source/contributor/gerrit.rst b/doc/source/contributor/gerrit.rst index 99c0655d9..f83e4ebea 100644 --- a/doc/source/contributor/gerrit.rst +++ b/doc/source/contributor/gerrit.rst @@ -16,7 +16,7 @@ Code reviews with Gerrit ======================== Zaqar uses the `Gerrit`_ tool to review proposed code changes. The review site -is http://review.openstack.org. +is https://review.openstack.org. Gerrit is a complete replacement for GitHub pull requests. `All GitHub pull requests to the Zaqar repository will be ignored`. @@ -25,4 +25,4 @@ See `Development Workflow with Gerrit`_ for more detailed documentation on how to work with Gerrit. .. _Gerrit: https://www.gerritcodereview.com/ -.. _Development Workflow with Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _Development Workflow with Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow diff --git a/doc/source/contributor/jenkins.rst b/doc/source/contributor/jenkins.rst index ced58f8d8..1e03965f4 100644 --- a/doc/source/contributor/jenkins.rst +++ b/doc/source/contributor/jenkins.rst @@ -21,7 +21,7 @@ front-end is at http://jenkins.openstack.org. You must have an account on Jenkins performs tasks such as running static code analysis, running unit tests, and running functional tests. For more details on the jobs being run by -Jenkins, see the code reviews on http://review.openstack.org. Tests are run +Jenkins, see the code reviews on https://review.openstack.org. Tests are run automatically and comments are put on the reviews automatically with the results. diff --git a/doc/source/contributor/launchpad.rst b/doc/source/contributor/launchpad.rst index e5f4a6cfd..25b6cadbf 100644 --- a/doc/source/contributor/launchpad.rst +++ b/doc/source/contributor/launchpad.rst @@ -50,7 +50,7 @@ for technical support requests. You can also reach us in ``#openstack-zaqar`` IRC channel at ``irc.freenode.org``. -.. _Launchpad: http://launchpad.net -.. _Wiki: http://wiki.openstack.org +.. _Launchpad: https://launchpad.net +.. _Wiki: https://wiki.openstack.org .. _Zaqar Team: https://launchpad.net/zaqar -.. _Ask OpenStack: http://ask.openstack.org/ +.. _Ask OpenStack: https://ask.openstack.org/ diff --git a/doc/source/contributor/reviewer_guide.rst b/doc/source/contributor/reviewer_guide.rst index 90517c372..fc47acdc1 100644 --- a/doc/source/contributor/reviewer_guide.rst +++ b/doc/source/contributor/reviewer_guide.rst @@ -160,6 +160,6 @@ bad designs, bad code, and bad blood. - No .. _`Why this is important?` : https://thoughtstreams.io/kgriffs/technical-communities/5060/ -.. _`OpenStack Documentation Contributor Guide` : http://docs.openstack.org/contributor-guide/index.html +.. _`OpenStack Documentation Contributor Guide` : https://docs.openstack.org/contributor-guide/index.html .. _`Wikipedia: Don't repeat yourself` : https://en.wikipedia.org/wiki/Don't_repeat_yourself .. _`Wikipedia: You aren't gonna need it` : https://en.wikipedia.org/wiki/Don't_repeat_yourself \ No newline at end of file diff --git a/doc/source/contributor/test_suite.rst b/doc/source/contributor/test_suite.rst index a5b4e373b..c85cbb4dc 100644 --- a/doc/source/contributor/test_suite.rst +++ b/doc/source/contributor/test_suite.rst @@ -88,7 +88,7 @@ When you run tests via ``tox -e py27`` command in the root directory of Zaqar: .. rubric:: Footnotes -.. [#f1] See http://docs.openstack.org/developer/tempest/overview.html +.. [#f1] See https://docs.openstack.org/tempest/latest/#overview .. _`OpenStack Tox testing manual` : https://wiki.openstack.org/wiki/Testing#Unit_Testing_with_Tox .. _`Tox documentation` : https://tox.readthedocs.org/en/latest/ diff --git a/doc/source/contributor/welcome.rst b/doc/source/contributor/welcome.rst index f7c81e25d..425032a65 100644 --- a/doc/source/contributor/welcome.rst +++ b/doc/source/contributor/welcome.rst @@ -178,8 +178,8 @@ applications to get started. .. _`Bug Triage` : https://wiki.openstack.org/wiki/BugTriage .. _`OpenStack development cycle` : https://wiki.openstack.org/wiki/ReleaseCycle .. _`Launchpad Blueprints` : https://wiki.openstack.org/wiki/Blueprints -.. _`OpenStack Documentation Contributor Guide` : http://docs.openstack.org/contributor-guide/index.html -.. _`Zaqar's Contributor Documentation` : http://docs.openstack.org/developer/zaqar/ +.. _`OpenStack Documentation Contributor Guide` : https://docs.openstack.org/contributor-guide/index.html +.. _`Zaqar's Contributor Documentation` : https://docs.openstack.org/zaqar/latest/ .. _`Zaqar's Wiki` : https://wiki.openstack.org/wiki/Zaqar .. _`"openstack-manuals" project` : https://wiki.openstack.org/wiki/Documentation .. _`integrate Zaqar to the OpenStack Dashboard (Horizon)` : https://blueprints.launchpad.net/zaqar/+spec/zaqar-horizon-integration diff --git a/doc/source/install/next-steps.rst b/doc/source/install/next-steps.rst index 2c4f455de..fbe685b83 100644 --- a/doc/source/install/next-steps.rst +++ b/doc/source/install/next-steps.rst @@ -6,4 +6,4 @@ Next steps Your OpenStack environment now includes the Messaging service. To add additional services, see the -`additional documentation on installing OpenStack `_ . +`additional documentation on installing OpenStack `_ . diff --git a/doc/source/user/getting_started.rst b/doc/source/user/getting_started.rst index 543d0b5ff..964580baa 100644 --- a/doc/source/user/getting_started.rst +++ b/doc/source/user/getting_started.rst @@ -142,7 +142,7 @@ Messaging service Operations This section lists all of the operations that are available in the Messaging service API. This document uses some of the most common -operations in `OpenStack API Reference `__.. +operations in `OpenStack API Reference `__.. For details about all of the operations, see the Messaging service API v2 Reference. @@ -322,7 +322,7 @@ Reference. All you need to get started with Messaging service is the getting started guide, the reference, and your Cloud account. For information about the OpenStack Zaqar API, see -`OpenStack API Reference `__. +`OpenStack API Reference `__. This API uses standard HTTP 1.1 response codes as documented at `www.w3.org/Protocols/rfc2616/rfc2616-sec10.html `__. diff --git a/doc/source/user/headers_queue_api_working.rst b/doc/source/user/headers_queue_api_working.rst index e1b4baa4d..c6eae9ef1 100644 --- a/doc/source/user/headers_queue_api_working.rst +++ b/doc/source/user/headers_queue_api_working.rst @@ -53,7 +53,7 @@ cURL, followed by the response. For a complete list of operations available for Message Queuing, see :doc:`getting_started` Each operation is fully described in the `Message Queuing API v2 -Reference `_. +Reference `_. Create Queue ------------ diff --git a/zaqar/i18n.py b/zaqar/i18n.py index a03e095b9..9a74273dd 100644 --- a/zaqar/i18n.py +++ b/zaqar/i18n.py @@ -15,7 +15,7 @@ """oslo.i18n integration module. -See http://docs.openstack.org/developer/oslo.i18n/usage.html . +See https://docs.openstack.org/oslo.i18n/latest/user/usage.html . """