summaryrefslogtreecommitdiff
path: root/releasenotes
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 /releasenotes
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 'releasenotes')
-rw-r--r--releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml b/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml
index 82a723d..fbb3a47 100644
--- a/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml
+++ b/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml
@@ -3,10 +3,10 @@ deprecations:
- >
[`blueprint deprecate-to-ksa <https://blueprints.launchpad.net/python-keystoneclient/+spec/deprecate-to-ksa>`_]
Several modules related to authentication in keystoneclient have been
- deprecated in favor of [`keystoneauth <http://docs.openstack.org/developer/keystoneauth/>`_]
+ deprecated in favor of [`keystoneauth <https://docs.openstack.org/developer/keystoneauth/>`_]
These modules include: ``keystoneclient.session``, ``keystoneclient.adapter``,
``keystoneclient.httpclient``, ``keystoneclient.auth.base``,
``keystoneclient.auth.cli``, ``keystoneclient.auth.conf``,
``keystoneclient.auth.identity.base``, and ``keystoneclient.auth.token_endpoint``.
Tips for migrating to `keystoneauth` have been
- [`documented <http://docs.openstack.org/developer/keystoneauth/migrating.html>`_].
+ [`documented <https://docs.openstack.org/developer/keystoneauth/migrating.html>`_].