Merge "Deprecate nova api extensions config option"

This commit is contained in:
Jenkins 2016-10-14 07:10:27 +00:00 committed by Gerrit Code Review
commit dbe2a59947
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,7 @@
---
deprecations:
- The *api_extensions* config option in the *compute-feature-enabled* group is
now deprecated. This option will be removed from tempest when all the
OpenStack releases supported by tempest no longer support the API extensions
mechanism. This was removed from Nova during the Newton cycle, so this will
be removed at the Mitaka EOL.

View File

@ -318,7 +318,13 @@ ComputeFeaturesGroup = [
help='A list of enabled compute extensions with a special '
'entry all which indicates every extension is enabled. '
'Each extension should be specified with alias name. '
'Empty list indicates all extensions are disabled'),
'Empty list indicates all extensions are disabled',
deprecated_for_removal=True,
deprecated_reason='The Nova extensions API and mechanism '
'is deprecated. This option will be '
'removed when all releases supported '
'by tempest no longer contain the Nova '
'extensions API and mechanism.'),
cfg.BoolOpt('change_password',
default=False,
help="Does the test environment support changing the admin "