[
https://issues.apache.org/jira/browse/LIBCLOUD-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomaz Muraus resolved LIBCLOUD-584.
-----------------------------------
Resolution: Fixed
Assignee: Tomaz Muraus
> ElasticStack fails to parse the response for server info when the server is
> offline
> -----------------------------------------------------------------------------------
>
> Key: LIBCLOUD-584
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-584
> Project: Libcloud
> Issue Type: Bug
> Components: Compute
> Reporter: Michael Bennett
> Assignee: Tomaz Muraus
> Priority: Minor
>
> When a server is offline, the fields 'smp' and 'started' (amongst some
> others) aren't sent in a response, causing an exception in the _to_node method
> example:
> HTTP/1.1 200 OK
> Date: Tue, 24 Jun 2014 21:02:44 GMT
> Content-Length: 431
> Cache-Control: no-cache
> Content-Type: application/json
> Server: BaseHTTP/0.3 Python/2.6.6
> [
> {
> "boot": "ide:0:0",
> "cpu": 1000,
> "ide:0:0": "06886b2f-8ffd-4a87-bf2f-85f716bebd0b",
> "mem": 512,
> "name": "test",
> "nic:0:dhcp": "auto",
> "nic:0:model": "e1000",
> "password": "bDEzG5dK",
> "persistent": "true",
> "server": "7d212f8b-c562-45f7-b38f-80845712ff2a",
> "status": "stopped",
> "type": "vm",
> "user": "67205474-e789-4ad7-a6a5-6cafab757bac",
> "vnc": "auto"
> }
> ]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)