correct typo of config option name in error message
Change-Id: I146e6ac742649ec24c6fbfd8b73a5359e447e76f
This commit is contained in:
@@ -495,7 +495,7 @@ class AuthProtocol(object):
|
|||||||
raise ConfigurationError('memcache_security_strategy must be '
|
raise ConfigurationError('memcache_security_strategy must be '
|
||||||
'ENCRYPT or MAC')
|
'ENCRYPT or MAC')
|
||||||
if not self._memcache_secret_key:
|
if not self._memcache_secret_key:
|
||||||
raise ConfigurationError('mecmache_secret_key must be defined '
|
raise ConfigurationError('memcache_secret_key must be defined '
|
||||||
'when a memcache_security_strategy '
|
'when a memcache_security_strategy '
|
||||||
'is defined')
|
'is defined')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user