I must create a java application to interface with an openstack (loggin, create and manage istances and images) system but I'm finding more problem ane had some question: 1) between jClouds and openstack4j who is better? 2) i try to use both but with 4j i can't find some exaustive example and with jclouds i have great problem to login with keystone error :
*server error: [method=org.jclouds.openstack.keystone.v2_0.AuthenticationApi.public abstract org.jclouds.openstack.keystone.v2_0.domain.Access org.jclouds.openstack.keystone.v2_0.AuthenticationApi.authenticateWithTenantNameAndCredentials(java.lang.String,org.jclouds.openstack.keystone.v2_0.domain.PasswordCredentials)[xxx, PasswordCredentials{username=xxx, password=xxx}], request=POST http://xxx.xxx.xxx.xxx:5000/v2.0/tokens HTTP/1.1]*
Thanks a lot!