java sdk for using glance with keystone

Asked by smallma

Hello all,
 I need used java to execute python-glanceclient command with keystone. Is there any java sdk or class? Thanks.

Rain

Question information

Language:
English Edit question
Status:
Solved
For:
Glance Edit question
Assignee:
No assignee Edit question
Solved by:
smallma
Solved:
Last query:
Last reply:
Revision history for this message
Tom Fifield (fifieldt) said :
#1

Hi,

You can find known SDKs for OpenStack here: http://wiki.openstack.org/SDKs

If you can't find an SDK, there is an API reference here: http://api.openstack.org/api-ref.html

and some specific API docs for glance here:

http://docs.openstack.org/api/openstack-image-service/2.0/content/
http://docs.openstack.org/api/openstack-image-service/1.1/content/

Revision history for this message
smallma (s-rain) said :
#2

Tom, Thanks. It's useful :)