deprecate cadf_only http dispatcher
cadf_only functionality is designed to handle notifications generated by pycadf audit middleware. this functionality was moved to keystone and has been deprecated since kilo. additionally, liberty requirements for pycadf are restricted to versions which do not have middleware. Change-Id: I43af46af2f953f4d695f47e4595f9f085e62b55c Closes-Bug: #1465729
This commit is contained in:
parent
f6cda2801c
commit
b2c6a01265
@ -36,8 +36,11 @@ http_dispatcher_opts = [
|
||||
'to same as Sample target.'),
|
||||
cfg.BoolOpt('cadf_only',
|
||||
default=False,
|
||||
deprecated_for_removal=True,
|
||||
help='The flag that indicates if only cadf message should '
|
||||
'be posted. If false, all meters will be posted.'),
|
||||
'be posted. If false, all meters will be posted. This is '
|
||||
'deprecated in favor of keystonemiddleware\'s audit '
|
||||
'middleware functionality'),
|
||||
cfg.IntOpt('timeout',
|
||||
default=5,
|
||||
help='The max time in seconds to wait for a request to '
|
||||
|
Loading…
Reference in New Issue
Block a user