6dbac845d5096063d6b344cd0314d0b50f7c50b0
As we use the 'account_autocreate' for auto-create accounts, we send a request to HEAD an account which is just deleted(the account-reaper not reclaim it immediately), the proxy-server will return 'HTTP 500 Internal Server Error'. In my opinion, this is unreasonable, so I change the code in swift/proxy /server.py for returning a reasonable response. I modified the code in POST, GETorHEAD and account_info. At last, I modified some code in the unittest test/unit/proxy/test_server.py. Change-Id: Ib057b387c9da073d707ffae49ead54206a8fb7dd Fixes: Bug #1037889
Swift ----- A distributed object store that was originally developed as the basis for Rackspace's Cloud Files. To build documentation run `python setup.py build_sphinx`, and then browse to /doc/build/html/index.html. The best place to get started is the "SAIO - Swift All In One", which will walk you through setting up a development cluster of Swift in a VM. For more information, visit us at http://launchpad.net/swift, or come hang out on our IRC channel, #openstack on freenode. -- Swift Development Team
Description
Languages
Python
99.7%
JavaScript
0.2%