[openstack-dev] [nova] About response of Get server details API v2
Kanno, Masaki
kanno.masaki at jp.fujitsu.com
Fri Aug 8 06:46:06 UTC 2014
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
More information about the OpenStack-dev
mailing list