Remove http_handler config option in auth_token

This option was predominately used so that we could substitute a fake
handler in place so that we could mock our HTTP calls. This has been
replaced for some time now with httpretty so is no longer necessary.

Change-Id: I8613f4e189ee977f17b9606547840d5e7847d77a
This commit is contained in:
Jamie Lennox
2014-02-27 15:29:25 +10:00
parent 1d6ee91eb9
commit 6e63ecb33f

View File

@@ -233,12 +233,6 @@ opts = [
default=3,
help='How many times are we trying to reconnect when'
' communicating with Identity API Server.'),
cfg.StrOpt('http_handler',
default=None,
help='Allows to pass in the name of a fake http_handler'
' callback function used instead of httplib.HTTPConnection or'
' httplib.HTTPSConnection. Useful for unit testing where'
' network is not available.'),
cfg.StrOpt('admin_token',
secret=True,
help='Single shared secret with the Keystone configuration'