Merge "Update and replace http with https for doc links in OpenStack-Ansible"

This commit is contained in:
Jenkins 2017-07-31 15:37:18 +00:00 committed by Gerrit Code Review
commit 19509af0c8
6 changed files with 24 additions and 24 deletions

View File

@ -83,7 +83,7 @@ Use the following procedure to add a compute host to an operational
cluster.
#. Configure the host as a target host. See `Prepare target hosts
<http://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/targethosts.html>`_
<https://docs.openstack.org/project-deploy-guide/openstack-ansible/newton/targethosts.html>`_
for more information.
#. Edit the ``/etc/openstack_deploy/openstack_user_config.yml`` file and

View File

@ -83,34 +83,34 @@ associated with:
For more information about OpenStack client utilities, see these links:
- `OpenStack API Quick
Start <http://developer.openstack.org/api-guide/quick-start/index.html>`__
Start <https://developer.openstack.org/api-guide/quick-start/index.html>`__
- `OpenStackClient
commands <http://docs.openstack.org/developer/python-openstackclient/command-list.html>`__
commands <https://docs.openstack.org/python-openstackclient/latest/>`__
- `Image Service (glance) CLI
commands <http://docs.openstack.org/cli-reference/glance.html>`__
commands <https://docs.openstack.org/glance/latest/cli/index.html>`__
- `Image Service (glance) CLI command cheat
sheet <http://docs.openstack.org/user-guide/cli-cheat-sheet.html#images-glance>`__
sheet <https://docs.openstack.org/python-glanceclient/latest/cli/glance.html>`__
- `Compute (nova) CLI
commands <http://docs.openstack.org/cli-reference/nova.html>`__
commands <https://docs.openstack.org/nova/latest/cli/index.html>`__
- `Compute (nova) CLI command cheat
sheet <http://docs.openstack.org/user-guide/cli-cheat-sheet.html#compute-nova>`__
sheet <https://docs.openstack.org/python-novaclient/latest/cli/nova.html>`__
- `Networking (neutron) CLI
commands <http://docs.openstack.org/cli-reference/neutron.html>`__
commands <https://docs.openstack.org/neutron/latest/cli/index.html>`__
- `Networking (neutron) CLI command cheat
sheet <http://docs.openstack.org/user-guide/cli-cheat-sheet.html#networking-neutron>`__
sheet <https://docs.openstack.org/python-neutronclient/latest/cli/neutron.html>`__
- `Block Storage (cinder) CLI commands
<http://docs.openstack.org/cli-reference/cinder.html>`__
<https://docs.openstack.org/python-cinderclient/latest/user/cinder.html>`__
- `Block Storage (cinder) CLI command cheat
sheet <http://docs.openstack.org/user-guide/cli-cheat-sheet.html#block-storage-cinder>`__
sheet <https://docs.openstack.org/python-cinderclient/latest/cli/details.html>`__
- `python-keystoneclient <https://pypi.python.org/pypi/python-keystoneclient/>`__

View File

@ -21,7 +21,7 @@ The bug triage practices in OpenStack-Ansible are based on the
`OpenStack Bug Triage Documentation`_ and on the `Nova Bug triage page`_.
.. _Nova Bug triage page: https://wiki.openstack.org/wiki/Nova/BugTriage
.. _OpenStack Bug Triage Documentation: http://docs.openstack.org/infra/manual/developers.html#working-on-bugs
.. _OpenStack Bug Triage Documentation: https://docs.openstack.org/infra/manual/developers.html#working-on-bugs
Bug classification
~~~~~~~~~~~~~~~~~~

View File

@ -80,10 +80,10 @@ General Guidelines for Submitting Code
review. See `Development and Testing`_ for more information.
.. _Git Commit Good Practice: https://wiki.openstack.org/wiki/GitCommitMessages
.. _workflow documented here: http://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _workflow documented here: https://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _advanced gerrit usage: http://www.mediawiki.org/wiki/Gerrit/Advanced_usage
.. _Ansible best practices: http://docs.ansible.com/playbooks_best_practices.html
.. _the reno tool: http://docs.openstack.org/developer/reno/usage.html
.. _the reno tool: https://docs.openstack.org/developer/reno/usage.html
.. _Development and Testing: scripts.html#development-and-testing
Working on Features
@ -116,8 +116,8 @@ Working on Features
documentation should then describe how it is implemented in
OpenStack-Ansible and what configuration options there are.
.. _Working on Specifications and Blueprints: http://docs.openstack.org/infra/manual/developers.html#working-on-specifications-and-blueprints
.. _Tempest: http://docs.openstack.org/developer/tempest/
.. _Working on Specifications and Blueprints: https://docs.openstack.org/infra/manual/developers.html#working-on-specifications-and-blueprints
.. _Tempest: https://docs.openstack.org/developer/tempest/
Backporting
~~~~~~~~~~~
@ -147,7 +147,7 @@ Backporting
`OpenStack Guidelines for stable branches`_ can be used as a reference.
.. _Submitting a change to a branch for review: http://www.mediawiki.org/wiki/Gerrit/Advanced_usage#Submitting_a_change_to_a_branch_for_review_.28.22backporting.22.29
.. _OpenStack Guidelines for stable branches: http://docs.openstack.org/project-team-guide/stable-branches.html
.. _OpenStack Guidelines for stable branches: https://docs.openstack.org/project-team-guide/stable-branches.html
Documentation and Release Note Guidelines
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -168,7 +168,7 @@ Guide`_, with particular reference to the following sections:
* Writing style
* RST formatting conventions
.. _OpenStack Documentation Contributor Guide: http://docs.openstack.org/contributor-guide/
.. _OpenStack Documentation Contributor Guide: https://docs.openstack.org/contributor-guide/
Code Comments
-------------
@ -195,7 +195,7 @@ OpenStack-Ansible has multiple forms of documentation with different intent.
statements of intent. The work to fulfill the intent is ongoing. Any new
documentation submissions should try to help this intent where possible.
The `Deployment Guide <http://docs.openstack.org/project-deploy-guide/openstack-ansible>`_
The `Deployment Guide <https://docs.openstack.org/project-deploy-guide/openstack-ansible>`_
intends to help deployers deploy OpenStack-Ansible for the first time.
The role documentation (for example, the `keystone role documentation`_)
@ -212,7 +212,7 @@ OpenStack Manuals or service documentation and OpenStack-Ansible documentation
should link to those documents when available, rather than duplicate their
content.
.. _keystone role documentation: http://docs.openstack.org/developer/openstack-ansible-os_keystone/
.. _keystone role documentation: https://docs.openstack.org/developer/openstack-ansible-os_keystone/
Release Notes
-------------

View File

@ -148,7 +148,7 @@ Release notes may be built locally by executing:
tox -e releasenotes
.. _the reno tool: http://docs.openstack.org/developer/reno/usage.html
.. _the reno tool: https://docs.openstack.org/developer/reno/usage.html
.. note::

View File

@ -35,7 +35,7 @@ OpenStack-Ansible's Ocata series was first released with the 15.0.0 tag on
* `OpenStack-Ansible Ocata series release notes`_
.. _OpenStack-Ansible Ocata Documentation: https://docs.openstack.org/openstack-ansible/ocata/
.. _OpenStack-Ansible Ocata series release notes: http://docs.openstack.org/releasenotes/openstack-ansible/ocata.html
.. _OpenStack-Ansible Ocata series release notes: https://docs.openstack.org/releasenotes/openstack-ansible/ocata.html
Newton: Current stable release, security supported
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -49,9 +49,9 @@ OpenStack-Ansible's Newton series was first released with the 14.0.0 tag on
* `OpenStack-Ansible Newton series timeline`_
.. _OpenStack-Ansible Newton Documentation: http://docs.openstack.org/openstack-ansible/newton/
.. _OpenStack-Ansible Newton Documentation: https://docs.openstack.org/openstack-ansible/newton/
.. _OpenStack-Ansible Newton series timeline: https://launchpad.net/openstack-ansible/newton
.. _OpenStack-Ansible Newton series release notes: http://docs.openstack.org/releasenotes/openstack-ansible/newton.html
.. _OpenStack-Ansible Newton series release notes: https://docs.openstack.org/releasenotes/openstack-ansible/newton.html
Mitaka: EOL (end-of-life)
~~~~~~~~~~~~~~~~~~~~~~~~~~