-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor vmware guest controller #926
Refactor vmware guest controller #926
Conversation
1e9dd9a
to
81ca35c
Compare
81ca35c
to
ccb6366
Compare
recheck |
1 similar comment
recheck |
@Tomorrow9 Just for your information, I think that PR #936 has the same problem. It's possible that ansible/ansible-zuul-jobs#984 fixes this for now. |
recheck |
recheck |
Thank you @mariolenz. I take a look. |
recheck |
recheck |
1 similar comment
recheck |
Thanks for having a look at this PR @Tomorrow9! I've fixed the bug you found and will add the |
Depends-On: #967
SUMMARY
Remove duplicate code from
vmware_guest_controller
by using functions frommodule_utils.vm_device_helper.PyVmomiDeviceHelper
. Also, move some definitions fromvmware_guest_controller
andvmware_guest_disk
tomodule_utils.vm_device_helper.PyVmomiDeviceHelper
.ISSUE TYPE
COMPONENT NAME
vmware_guest_controller
vmware_guest_disk
ADDITIONAL INFORMATION
Follow-up to PR #914