File tree Expand file tree Collapse file tree
openstackclient/tests/functional Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Authentication
77OpenStackClient leverages `python-keystoneclient `_ authentication
88plugins to support a number of different authentication methods.
99
10- .. _`python-keystoneclient` : http ://docs.openstack.org/developer/ python-keystoneclient/authentication-plugins .html
10+ .. _`python-keystoneclient` : https ://docs.openstack.org/python-keystoneclient/latest/using-sessions .html#sharing-authentication-plugins
1111
1212Authentication Process
1313----------------------
Original file line number Diff line number Diff line change 44# OpenStack cloud. It will attempt to create an instance if one is not
55# available. Do not run this script unless you know what you're doing.
66# For more information refer to:
7- # http ://docs.openstack.org/developer/ python-openstackclient/
7+ # https ://docs.openstack.org/python-openstackclient/latest /
88
99function generate_testr_results {
1010 if [ -f .testrepository/0 ]; then
Original file line number Diff line number Diff line change 44# OpenStack cloud. It will attempt to create an instance if one is not
55# available. Do not run this script unless you know what you're doing.
66# For more information refer to:
7- # http ://docs.openstack.org/developer/ python-openstackclient/
7+ # https ://docs.openstack.org/python-openstackclient/latest /
88
99# This particular script differs from the normal post_test_hook because
1010# it installs the master (tip) version of osc-lib, os-client-config
Original file line number Diff line number Diff line change 6262 '' ,
6363 ),
6464 'oscdoc' : (
65- 'http ://docs.openstack.org/developer/ python-openstackclient/%s.html' ,
65+ 'https ://docs.openstack.org/python-openstackclient/latest /%s.html' ,
6666 '' ,
6767 ),
6868}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description-file =
55 README.rst
66author = OpenStack
77author-email = openstack-dev@lists.openstack.org
8- home-page = http ://docs.openstack.org/developer/ python-openstackclient
8+ home-page = https ://docs.openstack.org/python-openstackclient/latest/
99classifier =
1010 Environment :: OpenStack
1111 Intended Audience :: Information Technology
You can’t perform that action at this time.
0 commit comments