summaryrefslogtreecommitdiff
path: root/doc/source/configuration/settings.rst
diff options
context:
space:
mode:
authorThomas Bechtold <tbechtold@suse.com>2018-12-06 07:51:48 +0100
committerAkihiro Motoki <amotoki@gmail.com>2018-12-09 16:58:25 +0900
commit069329eeb220f6fd49670894e4d45a1e3ec59c4f (patch)
tree8af5179c93c758d44cc490b019e73f7cd2599665 /doc/source/configuration/settings.rst
parent254e3791d344059b648d4f32861b2cf96a5e201b (diff)
downloadhorizon-069329eeb220f6fd49670894e4d45a1e3ec59c4f.tar.gz
Drop pki token check from Token class in openstack_auth
PKI Tokens got removed from Keystone in 2016[1] so this check is no longer needed. OPENSTACK_TOKEN_HASH_ALGORITHM setting is dropped as it is used only in PKI token check. [1] https://review.openstack.org/#/c/374479/ Change-Id: I2de02fe6fab531842752b03c5e17af2bcf502cd8
Diffstat (limited to 'doc/source/configuration/settings.rst')
-rw-r--r--doc/source/configuration/settings.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/source/configuration/settings.rst b/doc/source/configuration/settings.rst
index 8220bafdf..7e28a7660 100644
--- a/doc/source/configuration/settings.rst
+++ b/doc/source/configuration/settings.rst
@@ -1346,18 +1346,6 @@ The full URL for the Keystone endpoint used for authentication. Unless you
are using HTTPS, running your Keystone server on a nonstandard port, or using
a nonstandard URL scheme you shouldn't need to touch this setting.
-OPENSTACK_TOKEN_HASH_ALGORITHM
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-.. versionadded:: 2014.2(Juno)
-
-Default: ``"md5"``
-
-The hash algorithm to use for authentication tokens. This must match the hash
-algorithm that the identity (Keystone) server and the auth_token middleware
-are using. Allowed values are the algorithms supported by Python's hashlib
-library.
-
PASSWORD_EXPIRES_WARNING_THRESHOLD_DAYS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~