Add congress to service_available group

Add congress to service_available group. used in tempest plugin
to check if service is available or not

Change-Id: Ia3edbb545819d76a6563ee50c2dcdad6013f90e9
This commit is contained in:
Anusha Ramineni 2016-06-17 11:39:53 +05:30
parent 88f4a87f48
commit db1af67bab

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 = [