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:
parent
88f4a87f48
commit
db1af67bab
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user