Update the documentation link for doc migration

Change-Id: I73a74233f0663fe651288ec0a65ad13857f04504
This commit is contained in:
chenxing 2017-07-21 16:22:19 +08:00
parent bb02e87905
commit a95c1a1f22
4 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ barbicanclient - Python Library
-------------------------------
The full api is
`documented in the official OpenStack documentation site <http://docs.openstack.org/developer/python-barbicanclient>`__.
`documented in the official OpenStack documentation site <https://docs.openstack.org/python-barbicanclient/latest/>`__.
Here's an example of storing a secret in barbican using the python library
@ -82,7 +82,7 @@ with keystone authentication:
In order for the example above to work Barbican must be running and
configured to use the Keystone Middleware. For more information on
setting this up please visit:
http://docs.openstack.org/developer/barbican/setup/keystone.html [1]_
https://docs.openstack.org/barbican/latest/configuration/keystone.html [1]_
barbican - Command Line Client
------------------------------
@ -204,13 +204,13 @@ usage options
* `Getting involved`_
.. _PyPi: https://pypi.python.org/pypi/python-barbicanclient/
.. _Online Documentation: http://docs.openstack.org/developer/python-barbicanclient/
.. _Online Documentation: https://docs.openstack.org/python-barbicanclient/latest/
.. _Launchpad project: https://launchpad.net/python-barbicanclient/
.. _Blueprints: https://blueprints.launchpad.net/python-barbicanclient/
.. _Bugs: https://bugs.launchpad.net/python-barbicanclient/
.. _Source: https://git.openstack.org/cgit/openstack/python-barbicanclient/
.. _Getting involved: http://docs.openstack.org/developer/barbican/contribute/getting_involved.html
.. _Getting involved: https://docs.openstack.org/barbican/latest/contributor/getting_involved.html
.. _Specs: http://specs.openstack.org/openstack/barbican-specs/
.. [1] Documentation in this link is currently incomplete. Please use the `devstack setup <http://docs.openstack.org/developer/barbican/setup/devstack.html>`__.
.. [1] Documentation in this link is currently incomplete. Please use the `devstack setup <https://docs.openstack.org/barbican/latest/contributor/devstack.html>`__.

View File

@ -12,7 +12,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 .
"""

View File

@ -8,7 +8,7 @@ The client defers authentication to `Keystone Sessions`_, which provide several
authentication plugins in the `keystoneauth1.identity` namespace. Below we give
examples of the most commonly used auth plugins.
.. _`Keystone Sessions`: http://docs.openstack.org/developer/keystoneauth/using-sessions.html
.. _`Keystone Sessions`: https://docs.openstack.org/keystoneauth/latest/using-sessions.html
Keystone API Version 3 Authentication
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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/python-barbicanclient
home-page = https://docs.openstack.org/python-barbicanclient/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology