OPENSTACK_TOKEN_HASH_ENABLED is deprecated

https://review.openstack.org/#/c/284845/

Change-Id: Ib50f45db4515a35150ee6e07e640fb58cacaa7d6
This commit is contained in:
Proskurin Kirill 2016-11-28 14:55:57 +00:00
parent a272ad00c8
commit f1b3aceed7
1 changed files with 0 additions and 6 deletions

View File

@ -681,12 +681,6 @@ SECURITY_GROUP_RULES = {
# algorithms supported by Python's hashlib library.
#OPENSTACK_TOKEN_HASH_ALGORITHM = 'md5'
# Hashing tokens from Keystone keeps the Horizon session data smaller, but it
# doesn't work in some cases when using PKI tokens. Uncomment this value and
# set it to False if using PKI tokens and there are 401 errors due to token
# hashing.
#OPENSTACK_TOKEN_HASH_ENABLED = True
# AngularJS requires some settings to be made available to
# the client side. Some settings are required by in-tree / built-in horizon
# features. These settings must be added to REST_API_REQUIRED_SETTINGS in the