Can you explain a bit more? Are you trying to connect to a vanilla openstack setup?
________________________________ From: Trupti Mali <[email protected]> Sent: Wednesday, October 28, 2015 5:06 AM To: [email protected] Subject: JCloud how to with non keystone Swift setup Hi, I am failing at Authentication since I think it is trying to go through Keystone auth APIs and my setup doesn't have a keystone installed. Can you please let us know how that works? swiftApi = ContextBuilder.newBuilder("openstack-swift").endpoint(auth_url).credentials(username, password).buildApi(SwiftApi.class); We are trying it this way - Auth_url is URL of swift setup.
