Comment 37 for bug 1566416

Revision history for this message
Tim Burke (1-tim-z) wrote :

What's your swift proxy-server pipeline order? The combination of https://review.openstack.org/#/c/419721/ and https://review.openstack.org/#/c/406424/ caused it to need to change from something like

 ... swift3 s3token authtoken keystoneauth ... proxy-server

to

 ... authtoken swift3 s3token keystoneauth ... proxy-server