Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Adding functionality to retrieve and answer vm pending questions #712

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bogdan-ds
Copy link

@bogdan-ds bogdan-ds commented Oct 22, 2020

With some actions to VMs such as ejecting CDs from VMs, user input is required to force the eject action or not. This ends up with a request which times out and does not eject the CD. It's possibly applicable to other actions as well but I haven't stumbled across such so far.

I've added to methods to the VM class. One retrieves the pending VM question and the other posts an answer based on the choice id and the question id, which should be fetched from the VmPendingQuestion XML object.

This is also related to this issue I opened some time ago: #673


This change is Reviewable

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant