Update the documentation link for doc migration
This patch is proposed according to the Direction 10 of doc migration(https://etherpad.openstack.org/p/doc-migration-tracking). Change-Id: Ieca93d77bfc5e54486312f16122cc12c5bda0934
This commit is contained in:
parent
39c00ab8b7
commit
41352cb375
@ -7,7 +7,7 @@ Authentication
|
|||||||
OpenStackClient leverages `python-keystoneclient`_ authentication
|
OpenStackClient leverages `python-keystoneclient`_ authentication
|
||||||
plugins to support a number of different authentication methods.
|
plugins to support a number of different authentication methods.
|
||||||
|
|
||||||
.. _`python-keystoneclient`: http://docs.openstack.org/developer/python-keystoneclient/authentication-plugins.html
|
.. _`python-keystoneclient`: https://docs.openstack.org/python-keystoneclient/latest/using-sessions.html#sharing-authentication-plugins
|
||||||
|
|
||||||
Authentication Process
|
Authentication Process
|
||||||
----------------------
|
----------------------
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# OpenStack cloud. It will attempt to create an instance if one is not
|
# OpenStack cloud. It will attempt to create an instance if one is not
|
||||||
# available. Do not run this script unless you know what you're doing.
|
# available. Do not run this script unless you know what you're doing.
|
||||||
# For more information refer to:
|
# For more information refer to:
|
||||||
# http://docs.openstack.org/developer/python-openstackclient/
|
# https://docs.openstack.org/python-openstackclient/latest/
|
||||||
|
|
||||||
function generate_testr_results {
|
function generate_testr_results {
|
||||||
if [ -f .testrepository/0 ]; then
|
if [ -f .testrepository/0 ]; then
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# OpenStack cloud. It will attempt to create an instance if one is not
|
# OpenStack cloud. It will attempt to create an instance if one is not
|
||||||
# available. Do not run this script unless you know what you're doing.
|
# available. Do not run this script unless you know what you're doing.
|
||||||
# For more information refer to:
|
# For more information refer to:
|
||||||
# http://docs.openstack.org/developer/python-openstackclient/
|
# https://docs.openstack.org/python-openstackclient/latest/
|
||||||
|
|
||||||
# This particular script differs from the normal post_test_hook because
|
# This particular script differs from the normal post_test_hook because
|
||||||
# it installs the master (tip) version of osc-lib, os-client-config
|
# it installs the master (tip) version of osc-lib, os-client-config
|
||||||
|
@ -62,7 +62,7 @@ extlinks = {
|
|||||||
'',
|
'',
|
||||||
),
|
),
|
||||||
'oscdoc': (
|
'oscdoc': (
|
||||||
'http://docs.openstack.org/developer/python-openstackclient/%s.html',
|
'https://docs.openstack.org/python-openstackclient/latest/%s.html',
|
||||||
'',
|
'',
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ description-file =
|
|||||||
README.rst
|
README.rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-dev@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = http://docs.openstack.org/developer/python-openstackclient
|
home-page = https://docs.openstack.org/python-openstackclient/latest/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
Loading…
Reference in New Issue
Block a user