Re: [Openstack] Swift+Keystone error

2011-06-22 Thread Tres Henry
Adding "account_autocreate = true" did not help. It looks like the error is due to Swift sending content in the body of the get request to Keystone which Keystone is kicking back. Here's the relevant portion of my sampledata.sh if it helps (maybe I screwed something up): #BaseURLs ./keystone-manag

Re: [Openstack] Swift+Keystone error

2011-06-21 Thread Todd Willey
Needs account_autocreate = true in proxy-server.conf I'm assuming your keystone baseURL points the public url of swift to http://127.0.0.1:/v1/AUTH_%tennant_id% I'm running trunk on swift and keystone w/o problems (though it was broken for a bit on trunk keystone). -todd[1] On Tue, Jun 21

Re: [Openstack] Swift+Keystone error

2011-06-21 Thread Jesse Andrews
Todd was doing some work on keystone https://github.com/rackspace/keystone/commit/722fcd8ebef3fe1268ace5c05e014f6a945abfab It still needs some work and might not be at the right place. Jesse On Jun 21, 2011, at 4:31 PM, Tres Henry wrote: > Trying to get a Swift+Keystone dev environment setu

[Openstack] Swift+Keystone error

2011-06-21 Thread Tres Henry
Trying to get a Swift+Keystone dev environment setup and having some issues. I'm running Swift 1.4.2 and have it pointing at Keystone 0.9 (on the same VM) according to the instructions at https://github.com/rackspace/keystone, however, Swift is reporting 500s from Keystone (Auth GET failed: http://