0

I am using a tutorial: http://swift.openstack.org/development_saio.html

I'm currently trying to create a swift environment for some test, but got the following error when getting an X-Storage-Url and X-Auth-Token using test command.

Unauthorized

This server could not verify that you are authorized to access the document you requested.

I am new for openstack, Ples help me..

Uooo
  • 6,204
  • 8
  • 36
  • 63
  • As error log says you don`t have sufficient permission to access the document. Try to send request with an authenticated user. – koolhead17 Dec 10 '13 at 13:07

1 Answers1

0

Try Installing memcache in the server.

In Openstack swift Auth tokens are stored in memcache. So if memcache is not installed auth tokens are not stored which results in failure of authorization.

Yuvaraj Loganathan
  • 781
  • 11
  • 15
  • How does this answer the question? (From Low Quality Posts review queue, I don't know too much about this issue myself.) – laalto Aug 22 '13 at 08:34