Re: [Openstack] Swift issues with Swift3

2013-01-08 Thread John Dickinson
The "use" line in the swift3 section is wrong. Your config tells the proxy to load that module from the swift project (ie from swift import swift3). However, that won't work because swift3 isn't shipped with swift. Instead you need to have something like "use = egg:swift3#middleware". For more

[Openstack] Swift issues with Swift3

2013-01-08 Thread Sandopolus
Hi all I have managed to get the Swift installation working correctly with the Swift API's using tempauth. But i am currently having issues when starting the Proxy after adding the Swift3 setup into the Proxy config and i was hoping someone could point me in the right direction. My current setup