Comment 6 for bug 1485278

Revision history for this message
Udayendu Kar (udayendu-kar) wrote :

@Vitaly,

Try the below:

  # swift -V 3 stat

Sorry for my typo in the above. I was just testing without '-V 3' but its 100% reproducible in my system with '-V 3' which is the correct way as per the doc. With the default entry as per the doc, I am getting that error but after replacing that with the new entry its working. My new entry is:

    pipeline = catch_errors healthcheck cache authtoken proxy-logging proxy-server

NOTE: After the change you have to restart 'swift-proxy' service and source the file having environmental variables bedore rinning "swift -V 3 stat" command.

Apart from that line, no changes were made in "proxy-server.conf" file. Its just having the change as mentioned in the openstack swift doc.

If you have already tried the above then let me know, I will change the password and will share my proxy-server.conf file for you.