Closed evanfoster closed 7 years ago
@joshainglis, @karmab, ping. This issue is waiting on your response. click here for bot help
@joshainglis, @karmab, ping. This issue is still waiting on your response. click here for bot help
@joshainglis, @karmab, ping. This issue is still waiting on your response. click here for bot help
@joshainglis, @karmab, ping. This issue is still waiting on your response. click here for bot help
@joshainglis, @karmab, ping. This issue is still waiting on your response. click here for bot help
@joshainglis, @karmab, ping. This issue is still waiting on your response. click here for bot help
This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible
Please read through the repomerge page in the dev guide. The guide contains links to tools which automatically move your issue or pull request to the ansible/ansible repo.
This issue was migrated to https://github.com/ansible/ansible/issues/29261
ISSUE TYPE
Bug Report
COMPONENT NAME
ovirt module
ANSIBLE VERSION
2.0.0.2
SUMMARY
Hey folks, still new at all of this, I know I should submit a pull request but I don't know how to do so at the moment and I'm pressed for time. Apologies!
The oVirt module repeatedly does this:
but the
VM
class has been renamed toVm
. Looking at the help for Vm, it looks like all parameters match:Should be a pretty simple change, and I apologize that I can't fix it myself and submit a PR.
Thanks much!
Editing to add more information:
oVirt version: 3.6.1 Ansible version: 2.0.0.2 oVirt Engine SDK version: 4.0.0.0-2 OS: Arch Linux
As a quick test, I just changed VM to Vm in ovirt.py and ran it. It looks like things have changed more than I initially thought. I now get this error:
Here's roughly what I'm doing: