Comment 1 for bug 1276187

Revision history for this message
Dmitry Borodaenko (angdraug) wrote :

Steps to reproduce:

1) Deploy a simple environment with RadosGW enabled.
2) Create RadosGW region map:

  radosgw-admin region-map update

3) Create RadosGW test user:

  radosgw-admin user create --uid="testuser" --display-name="Test User"

4) Copy access key and secret key values from the output of the previous command into the attached script, and run it.

If the script fails, check /var/log/ceph/radosgw.log for error 400. If this error is present, 100-continue interaction between radosgw and fastcgi isn't working.