Merge "Add congress to service_available group"

This commit is contained in:
Jenkins 2016-06-23 19:10:22 +00:00 committed by Gerrit Code Review
commit 548e3a4f9b
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@ from oslo_config import cfg
from tempest import config # noqa
service_available_group = cfg.OptGroup(name="service_available",
title="Available OpenStack Services")
ServiceAvailableGroup = [
cfg.BoolOpt('congress',
default=True,
help="Whether or not Congress is expected to be available"),
]
congressha_group = cfg.OptGroup(name="congressha", title="Congress HA Options")
CongressHAGroup = [