ovirt: Support to search entity with additional parameters (#35285)

This commit is contained in:
Ondra Machacek 2018-01-25 20:19:25 +01:00 committed by Ryan Brown
parent 7abdab6c9e
commit 88c48d1437
2 changed files with 15 additions and 10 deletions

View file

@ -1500,7 +1500,7 @@ def main():
module=module,
service=vms_service,
)
vm = vms_module.search_entity()
vm = vms_module.search_entity(list_params={'all_content': True})
control_state(vm, vms_service, module)
if state in ('present', 'running', 'next_run'):