Merge "[Scenario] Remove unnecessary cleanup"

This commit is contained in:
Jenkins 2016-04-21 15:46:17 +00:00 committed by Gerrit Code Review
commit 24b1411384

View File

@ -24,7 +24,7 @@ class NovaFlavors(utils.NovaScenario):
@validation.required_services(consts.Service.NOVA)
@validation.required_openstack(users=True)
@scenario.configure(context={"cleanup": ["nova"]})
@scenario.configure()
def list_flavors(self, detailed=True, **kwargs):
"""List all flavors.