Hi Mehmet, Have a look at this List Containers [1] example in the OpenStack Quick Start guide. It uses the API swift-keystone to accomplish what you need to do.
Regards, Everett [1] http://jclouds.incubator.apache.org/documentation/quickstart/openstack/#swift On Oct 25, 2013, at 7:48 AM, mehmet hacısalihoğlu wrote: > Hi All, > > > We use to Openstack Swift with Openstack Keystone for Cloud project. But we > don't connect Jclouds API for Keystone. > Because when we add Keystone in Cloud project, Swift Proxy configuration is > changed. > > > How can we connect jclouds for Keystone or How can we watch a different way? > > > we use to connect the Swift server without Keystone as follows. > > api = "swift"; > identity = "xxxx:xxxx"; // tenantName:userName > password = "xxxx"; > endpoint = "http://192.168.56.101:8080/auth/"; > apiVersion = "1.0" > > > Thanks All.
