Bug 1158357

Summary: [GUI over REST API gaps] No way to check if a VM is in "run once" mode
Product: Red Hat Enterprise Virtualization Manager Reporter: Juan Hernández <juan.hernandez>
Component: ovirt-engineAssignee: Michal Skrivanek <michal.skrivanek>
Status: CLOSED CURRENTRELEASE QA Contact: Israel Pinto <ipinto>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 3.5.0CC: bazulay, gklein, istein, lsurette, michal.skrivanek, rbalakri, Rhev-m-bugs, s.kieske, srevivo, ykaul
Target Milestone: ovirt-3.6.0-rc   
Target Release: 3.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-20 01:36:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Virt RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1132506    

Description Juan Hernández 2014-10-29 07:44:25 UTC
There is currently no way in the RESTAPI to check if a virtual machine is in "run once" mode.

Comment 1 Israel Pinto 2015-04-30 14:41:41 UTC
Verify with orirt 3.6:
oVirt Engine Version: 3.6.0-0.0.master.20150412172306.git55ba764.el6
Steps to check:
1. Create new VM and run it with "RunOnce"
2. Connect to REST API and check for the VM the status of "run_once"
Result:
<run_once>true</run_once>
3. Check for VMs that are not "run_once" the status:
Result:
<run_once>false</run_once>