ovirt: Add support to diff (#20698)

* cloud: ovirt: Add diff support to

* cloud: ovirt: Add ability to print nested list of objects

* cloud: ovirt: Fix waiting while reinstalling host

* cloud: ovirt: fix ovirt_vms 404 error

* cloud: ovirt: add check_mode support to ovirt_auth module
This commit is contained in:
Ondra Machacek 2017-02-02 19:50:52 +01:00 committed by Ryan Brown
commit ee7f1cde0e
5 changed files with 118 additions and 56 deletions

View file

@ -69,5 +69,5 @@ requirements:
notes:
- "In order to use this module you have to install oVirt Python SDK.
To ensure it's installed with correct version you can create the following task:
pip: name=ovirt-engine-sdk-python version=4.0.0"
I(pip: name=ovirt-engine-sdk-python version=4.0.0)"
'''