summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2017-02-05 20:45:52 -0800
committerEric Brown <browne@vmware.com>2017-02-05 20:46:32 -0800
commit689729fa354921152cb1bd7220056a89b627e66e (patch)
tree9c315cb04cd5e9a68927606ff90d6526dfeabe70 /doc
parent6f35d94a1f5c4b25a21ef7c349affe3e911dc065 (diff)
downloadpython-keystoneclient-689729fa354921152cb1bd7220056a89b627e66e.tar.gz
Use https for *.openstack.org references
The openstack.org pages now support https and our references to the site should by default be one signed by the organization. Change-Id: Ia6cdaf7fabd1c355df002aa07b0695610dde9cd1
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py6
-rw-r--r--doc/source/index.rst6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1702105..cda0c77 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -227,9 +227,9 @@ latex_documents = [
# If false, no module index is generated.
#latex_use_modindex = True
-keystoneauth_url = 'http://docs.openstack.org/developer/keystoneauth/'
+keystoneauth_url = 'https://docs.openstack.org/developer/keystoneauth/'
intersphinx_mapping = {
- 'python': ('http://docs.python.org/', None),
- 'osloconfig': ('http://docs.openstack.org/developer/oslo.config/', None),
+ 'python': ('https://docs.python.org/', None),
+ 'osloconfig': ('https://docs.openstack.org/developer/oslo.config/', None),
'keystoneauth1': (keystoneauth_url, None),
}
diff --git a/doc/source/index.rst b/doc/source/index.rst
index c5f5260..74613cd 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -21,8 +21,8 @@ Related Identity Projects
In addition to creating the Python client library, the Keystone team also
provides `Identity Service`_, as well as `WSGI Middleware`_.
-.. _`Identity Service`: http://docs.openstack.org/developer/keystone/
-.. _`WSGI Middleware`: http://docs.openstack.org/developer/keystonemiddleware/
+.. _`Identity Service`: https://docs.openstack.org/developer/keystone/
+.. _`WSGI Middleware`: https://docs.openstack.org/developer/keystonemiddleware/
Release Notes
=============
@@ -41,7 +41,7 @@ using `Gerrit`_.
.. _on GitHub: https://github.com/openstack/python-keystoneclient
.. _Launchpad: https://launchpad.net/python-keystoneclient
-.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
+.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow
Run tests with ``tox``.