Comment 5 for bug 1481413

Revision history for this message
Yaroslav Lobankov (ylobankov) wrote : Re: [Swift] Cannot create a Swift container and it looks like Swift doesn't work at all

If I cut out "ceilometer" from Swift pipeline in the /etc/swift/proxy-server.conf file and restart all Swift services, Swift starts to work properly. My steps:

1. Ssh into the controller node.
2. # vim /etc/swift/proxy-server.conf
3. Cut out "ceilometer" entry from main Swift pipeline and comment out Ceilometer filter.
4. # for i in $(ls /etc/init.d/ | grep swift); do service $i restart; done

Now Swift will work properly.