deltacloud-client should throw an exception if an action fails
--------------------------------------------------------------

                 Key: DTACLOUD-89
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-89
             Project: DeltaCloud
          Issue Type: Bug
          Components: Client (Ruby)
         Environment: Fedora-15, rubygem-deltacloud-client-0.4.0-3.fc15.noarch
            Reporter: Chris Lalancette
            Assignee: David Lutterkort


Aeolus was running the following code:

      dcloud_instance.send(action)

(where action == :start!)

However, the RHEV-M datacenter that this was being run against failed to start 
the instance.  Not only did deltacloud-core fail to return a usable error 
message (https://issues.apache.org/jira/browse/DTACLOUD-88), but the deltacloud 
client also did not seem to throw an exception for this failure.  If the call 
outright fails, the ruby-ish thing to do is probably to raise an exception and 
let the user deal with it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to