Joseph J. VLcek created DTACLOUD-436:
----------------------------------------

             Summary: Accessing instances data fails on rhevm3.1 if a paused 
instance exists.
                 Key: DTACLOUD-436
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-436
             Project: DeltaCloud
          Issue Type: Bug
          Components: Native/Frontend
            Reporter: Joseph J. VLcek


When an instance exists on the rhevm3.1 back end in a paused state
attempts to accessing the instances data returns:

% curl   -X GET   --user "UN:PW"   
"http://localhost:3001/api/instances?format=xml";
<?xml version='1.0' encoding='utf-8' ?>
<error status='500' url='/api/instances'>
  <kind>backend_error</kind>
  <backend driver='rhevm' provider='API PROVIDER'>
    <code>500</code>
  </backend>
  <message><![CDATA[Internal Server Error]]></message>
  <request>
    <param name='format'>xml</param>
  </request>
</error>

This issue seems to be related to 
https://issues.apache.org/jira/browse/DTACLOUD-355
"Deltacloud does not handle paused instances in RHEVM"




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to