openstack - Does JOSS currently provide support for keystone V3 authentication? If yes, how to use it -
i tried:
account account = new accountfactory() .setusername(username) .setpassword(password) .setauthurl("url/v3/") .settenantname(tenantname) .createaccount();
but returns:
exception in thread "main" command exception, http status code: 400 => unknown @ org.javaswift.joss.command.impl.core.httpstatus.httpstatuschecker.verifycode(httpstatuschecker.java:45) @ org.javaswift.joss.command.impl.core.abstractcommand.call(abstractcommand.java:50) @ org.javaswift.joss.client.impl.clientimpl.createaccount(clientimpl.java:98) @ org.javaswift.joss.client.impl.clientimpl.createaccount(clientimpl.java:27) @ org.javaswift.joss.client.core.abstractclient.authenticate(abstractclient.java:35) @ org.javaswift.joss.client.factory.accountfactory.createaccount(accountfactory.java:30) @ test.main(test.java:14)
i cannot find official docs saying v3 authentication not supported, tell me?
Comments
Post a Comment