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
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. proxy-server. conf
2. # vim /etc/swift/
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.