Swift Stat error KeyError: 'items'
I have installed swift as documented in install guide (Juno). I have double checked all the services and configuration files with no problems. However the following issue still presists
here is a snapshot of Swift stat command
[root@swift-proxy ~]# swift stat
Traceback (most recent call last):
File "/usr/bin/swift", line 10, in <module>
sys.exit(main())
File "/usr/lib/python2.7/site-packages/swiftclient/shell.py", line 1287, in main
globals()['st_%s' % args[0]](parser, argv[1:], output)
File "/usr/lib/python2.7/site-packages/swiftclient/shell.py", line 493, in st_stat
items = stat_result['items']
KeyError: 'items'