Merge "Fix tempest.conf generation"
This commit is contained in:
commit
0b6c46be6d
@ -36,4 +36,7 @@ class MagnumTempestPlugin(plugins.TempestPlugin):
|
||||
magnum_config.MagnumGroup)
|
||||
|
||||
def get_opt_lists(self):
|
||||
return [(magnum_config.magnum_group.name, magnum_config.MagnumGroup)]
|
||||
return [
|
||||
(magnum_config.magnum_group.name, magnum_config.MagnumGroup),
|
||||
('service_available', magnum_config.ServiceAvailableGroup)
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user