commit | 38ea779756cd74b6d57f7d2dc12095aa0a1f7bd2 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon May 02 19:58:33 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon May 02 19:58:33 2016 +0000 |
tree | 9d5bdff19792c8c0e0559263637c0b7ee0de8c32 | |
parent | 2ab46e27610ed24141e7a31968e01ddab6d6dfca [diff] | |
parent | 583f0c4cdbc4d15f8449c3146abd49b50a116c9c [diff] |
Merge "Fix tempest.conf generation"
diff --git a/manila_tempest_tests/plugin.py b/manila_tempest_tests/plugin.py index 4880940..02c3c98 100644 --- a/manila_tempest_tests/plugin.py +++ b/manila_tempest_tests/plugin.py
@@ -47,4 +47,5 @@ ) 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)]