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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -