Merge "Fix tempest.conf generation" into stable/mitaka

This commit is contained in:
Jenkins 2016-07-25 21:06:24 +00:00 committed by Gerrit Code Review
commit 5048ca96ef
1 changed files with 2 additions and 1 deletions

View File

@ -47,4 +47,5 @@ class ManilaTempestPlugin(plugins.TempestPlugin):
)
def get_opt_lists(self):
return [(config_share.share_group.name, config_share.ShareGroup)]
return [(config_share.share_group.name, config_share.ShareGroup),
('service_available', config_share.ServiceAvailableGroup)]