Update the link for identity doc

update http to https

Change-Id: I4eee8dda6e75be516aff1237ad5422d243b08e3f
This commit is contained in:
caoyuan 2017-05-12 17:40:29 +08:00
parent 25bb367496
commit daae0cbbaf
3 changed files with 6 additions and 6 deletions

View File

@ -98,18 +98,18 @@ will perform proper invalidations of the cached methods listed above.
For more information about the different back ends (and configuration
options), see:
- `dogpile.cache.memory <http://dogpilecache.readthedocs.io/en/latest/api.html#memory-backend>`__
- `dogpile.cache.memory <https://dogpilecache.readthedocs.io/en/latest/api.html#memory-backend>`__
- `dogpile.cache.memcached <http://dogpilecache.readthedocs.io/en/latest/api.html#memcached-backends>`__
- `dogpile.cache.memcached <https://dogpilecache.readthedocs.io/en/latest/api.html#memcached-backends>`__
.. note::
The memory back end is not suitable for use in a production
environment.
- `dogpile.cache.redis <http://dogpilecache.readthedocs.io/en/latest/api.html#redis-backends>`__
- `dogpile.cache.redis <https://dogpilecache.readthedocs.io/en/latest/api.html#redis-backends>`__
- `dogpile.cache.dbm <http://dogpilecache.readthedocs.io/en/latest/api.html#file-backends>`__
- `dogpile.cache.dbm <https://dogpilecache.readthedocs.io/en/latest/api.html#file-backends>`__
Configure the Memcached back end example
----------------------------------------

View File

@ -159,7 +159,7 @@ old password.
Otherwise, users would not be able to change their passwords before they
expire.
.. _Security Hardening PCI-DSS: http://specs.openstack.org/openstack/keystone-specs/specs/keystone/newton/pci-dss.html
.. _Security Hardening PCI-DSS: https://specs.openstack.org/openstack/keystone-specs/specs/keystone/newton/pci-dss.html
.. _v2.0: https://developer.openstack.org/api-ref/identity/v2-admin/index.html?expanded=update-user-admin-endpoint-detail#update-user-admin-endpoint

View File

@ -45,7 +45,7 @@ For example:
The values for these variables will need to be set depending on
your situation. For more information, please refer to the
`keystone documentation <http://docs.openstack.org/developer/keystonemiddleware/middlewarearchitecture.html#configuration>`_
`keystone documentation <https://docs.openstack.org/developer/keystonemiddleware/middlewarearchitecture.html#configuration>`_
on the ``auth_token`` middleware.
* The ``auth_url`` variable points to the keystone service.