Hi all,

Jclouds put out a stack trace when I tried "Get server details" of API v2 by 
jclouds.
I looked into a response body of the API, and found that a value of "image" was 
an empty string as follows.
I think the value of "image" should be an empty dictionary like "Get server 
details" of API v3.
What do you think?

{"server": {
  "status": "ACTIVE", 
  "updated": "2014-08-07T09:54:26Z", 
<<snip>>
  "key_name": null, 
  "image": "",  <------------------ here
  "OS-EXT-STS:task_state": null, 
  "OS-EXT-STS:vm_state": "active", 
<<snip>>
  "config_drive": "", 
  "metadata": {}
  }
}


Best regards,
 Kanno


_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to