Update openstacksdk links to be accurate

python-openstacksdk publishes to the normal doc location. Update the
links to point to it, and add a redirect for anyone with a link pointing
to the old location that was in developer.openstack.org. Also update the
link to the shade docs.

Change-Id: I6d3eb2e23fbb6c35a19113ec1c00ffd07360feed
This commit is contained in:
Monty Taylor 2018-02-15 09:14:23 -06:00
parent 4ccde42d73
commit 1041ce0768
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 7 additions and 6 deletions

View File

@ -57,15 +57,15 @@ and toolkits with the OpenStack cloud:
- Name - Name
- Description - Description
- URL - URL
* - Python
- OpenStack SDK
- Official Python-based library for OpenStack.
- https://docs.openstack.org/python-openstacksdk/latest/
* - Python * - Python
- `Libcloud <https://libcloud.apache.org>`_ - `Libcloud <https://libcloud.apache.org>`_
- A Python-based library that the Apache Foundation manages. - A Python-based library that the Apache Foundation manages.
Use it to work with multiple cloud types. Use it to work with multiple cloud types.
- https://libcloud.readthedocs.org/en/latest/compute/drivers/openstack.html - https://libcloud.readthedocs.org/en/latest/compute/drivers/openstack.html
* - Python
- OpenStack SDK
- A Python-based library for OpenStack.
- https://developer.openstack.org/sdks/python/openstacksdk/
* - Python * - Python
- Shade - Shade
- A Python-based library developed by OpenStack Infra team. - A Python-based library developed by OpenStack Infra team.
@ -213,7 +213,7 @@ To interact with the cloud, you must also have
.. only:: openstacksdk .. only:: openstacksdk
a recent version of `openstacksdk <http://python-openstacksdk.readthedocs.org/en/latest/users/index.html>`_ a recent version of `OpenStackSDK <https://docs.openstack.org/python-openstacksdk/latest/install/index.html>`_
installed. installed.
.. only:: phpopencloud .. only:: phpopencloud
@ -226,7 +226,7 @@ To interact with the cloud, you must also have
.. only:: shade .. only:: shade
`a recent version of shade library installed <https://docs.openstack.org/infra/shade/installation.html>`_. `a recent version of shade installed <https://docs.openstack.org/shade/latest/install/index.html>`_.
.. note:: Before proceeding, install the latest version of shade. .. note:: Before proceeding, install the latest version of shade.

View File

@ -66,3 +66,4 @@ redirect 301 /api-ref-telemetry-v2.html https://docs.openstack.org/ceilometer/la
redirectmatch 301 /api-ref/{{ alias }}/(.*) /api-ref/{{ service_type }}/$1 redirectmatch 301 /api-ref/{{ alias }}/(.*) /api-ref/{{ service_type }}/$1
{% endfor %} {% endfor %}
redirect 301 /sdks/python/openstacksdk https://docs.openstack.org/python-openstacksdk/latest/