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.
