Comment 1 for bug 1776830

Revision history for this message
Eduardo Gonzalez (egonzalez90) wrote : Re: Swift

This is caused because keystone v3 tokens exceeds the max header size allowed in swift.

We need to add into swift.conf with a higher value than default (8192)

[swift-constraints]
max_header_size=32768

Regards