Merge "deprecate `enabled` option for endpoint-policy extension"

This commit is contained in:
Jenkins 2015-11-24 11:09:20 +00:00 committed by Gerrit Code Review
commit 666a46ea19
2 changed files with 5 additions and 0 deletions

View File

@ -489,6 +489,7 @@ FILE_OPTIONS = {
'endpoint_policy': [
cfg.BoolOpt('enabled',
default=True,
deprecated_for_removal=True,
help='Enable endpoint_policy functionality.'),
cfg.StrOpt('driver',
default='sql',

View File

@ -0,0 +1,4 @@
---
other:
- Deprecate the ``enabled`` option from ``[endpoint_policy]``, it will be
removed in the 'O' release, and the extension will always be enabled.