Merge "Removing sahara from the service available group"

This commit is contained in:
Jenkins 2017-03-13 13:29:04 +00:00 committed by Gerrit Code Review
commit e8f27043c9
2 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,7 @@
---
fixes:
- |
The 'sahara' config option in the 'service-available' group has been moved to the sahara plugin
(openstack/sahara-tests) along with tests and service client during the Ocata timeframe.
A 'sahara' config option was left over on Tempest side, and it's removed now.
As long as the sahara plugin is installed, this change as no impact on users of sahara tests.

View File

@ -984,9 +984,6 @@ ServiceAvailableGroup = [
cfg.BoolOpt('heat',
default=False,
help="Whether or not Heat is expected to be available"),
cfg.BoolOpt('sahara',
default=False,
help="Whether or not Sahara is expected to be available"),
]
debug_group = cfg.OptGroup(name="debug",