Merge "deprecate policy_dirs option"
This commit is contained in:
commit
ed84f7795b
@ -34,6 +34,7 @@ _options = [
|
||||
help=_('Default rule. Enforced when a requested rule is not '
|
||||
'found.'),
|
||||
deprecated_group='DEFAULT'),
|
||||
# NOTE(stevemar): Remove this option in the M cycle, refer to bug 1428332
|
||||
cfg.MultiStrOpt('policy_dirs',
|
||||
default=['policy.d'],
|
||||
help=_('Directories where policy configuration files are '
|
||||
@ -43,7 +44,8 @@ _options = [
|
||||
'policy_file must exist for these directories to '
|
||||
'be searched. Missing or empty directories are '
|
||||
'ignored.'),
|
||||
deprecated_group='DEFAULT'),
|
||||
deprecated_group='DEFAULT',
|
||||
deprecated_for_removal=True),
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user