From daae0cbbaf10d0c6733b74c8e6697134a61a3966 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Fri, 12 May 2017 17:40:29 +0800 Subject: [PATCH] Update the link for identity doc update http to https Change-Id: I4eee8dda6e75be516aff1237ad5422d243b08e3f --- doc/admin-guide/source/identity-caching-layer.rst | 8 ++++---- doc/admin-guide/source/identity-security-compliance.rst | 2 +- doc/admin-guide/source/image-authentication.rst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/admin-guide/source/identity-caching-layer.rst b/doc/admin-guide/source/identity-caching-layer.rst index 1ebc7e1dd1..7fb62b1c19 100644 --- a/doc/admin-guide/source/identity-caching-layer.rst +++ b/doc/admin-guide/source/identity-caching-layer.rst @@ -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 `__ +- `dogpile.cache.memory `__ -- `dogpile.cache.memcached `__ +- `dogpile.cache.memcached `__ .. note:: The memory back end is not suitable for use in a production environment. -- `dogpile.cache.redis `__ +- `dogpile.cache.redis `__ -- `dogpile.cache.dbm `__ +- `dogpile.cache.dbm `__ Configure the Memcached back end example ---------------------------------------- diff --git a/doc/admin-guide/source/identity-security-compliance.rst b/doc/admin-guide/source/identity-security-compliance.rst index be3e8436f6..aefce53928 100644 --- a/doc/admin-guide/source/identity-security-compliance.rst +++ b/doc/admin-guide/source/identity-security-compliance.rst @@ -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 diff --git a/doc/admin-guide/source/image-authentication.rst b/doc/admin-guide/source/image-authentication.rst index c4c5d92aca..98641ea9e6 100644 --- a/doc/admin-guide/source/image-authentication.rst +++ b/doc/admin-guide/source/image-authentication.rst @@ -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 `_ +`keystone documentation `_ on the ``auth_token`` middleware. * The ``auth_url`` variable points to the keystone service.