Update the link for identity doc
update http to https Change-Id: I4eee8dda6e75be516aff1237ad5422d243b08e3f
This commit is contained in:
parent
25bb367496
commit
daae0cbbaf
@ -98,18 +98,18 @@ will perform proper invalidations of the cached methods listed above.
|
|||||||
For more information about the different back ends (and configuration
|
For more information about the different back ends (and configuration
|
||||||
options), see:
|
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::
|
.. note::
|
||||||
|
|
||||||
The memory back end is not suitable for use in a production
|
The memory back end is not suitable for use in a production
|
||||||
environment.
|
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
|
Configure the Memcached back end example
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
@ -159,7 +159,7 @@ old password.
|
|||||||
Otherwise, users would not be able to change their passwords before they
|
Otherwise, users would not be able to change their passwords before they
|
||||||
expire.
|
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
|
.. _v2.0: https://developer.openstack.org/api-ref/identity/v2-admin/index.html?expanded=update-user-admin-endpoint-detail#update-user-admin-endpoint
|
||||||
|
@ -45,7 +45,7 @@ For example:
|
|||||||
|
|
||||||
The values for these variables will need to be set depending on
|
The values for these variables will need to be set depending on
|
||||||
your situation. For more information, please refer to the
|
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.
|
on the ``auth_token`` middleware.
|
||||||
|
|
||||||
* The ``auth_url`` variable points to the keystone service.
|
* The ``auth_url`` variable points to the keystone service.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user