Details
Description
This issue may be related to DTACLOUD-8, DTACLOUD-9 or DTACLOUD-100
Provider EC2: After executing >> curl -X POST --user username:password http://host:3003/api/instances/i-3bcfc558/stop?format=xml ,
Querying the instance will show 'start' as an available action (this is not possible to do from AWS). Executing >> curl -X POST --user username:password http://host:3003/api/instances/i-3bcfc558/start?format=xml will error out:
%%% ERROR RESPONSE %%%
<error status='500' url='/api/instances/i-3bcfc558/start?format=xml'>
<kind>backend_error</kind>
<backend driver='ec2'>
<code>500</code>
</backend>
<message><![CDATA[start_instance capability not supported by backend Deltacloud::Drivers::EC2::EC2Driver]]></message>
</error>
%%%
The GUI shows the instance as 'STOPPED' but also shows a 'start' button - even though this is not supported.
AWS shows the instance as 'terminated' (possibly related to DTACLOUD-100)
If this is just a matter of time lag - ie: if waited long enough, the 'start' option would no longer be there, then it would be helpful is there was some warning or indication that change of status is happening.
Attachments
Issue Links
- is duplicated by
-
DTACLOUD-8 stopping an ec2 instance reports start to be an available action
- Open