swiftclient.service.SwiftError: 'Account not found'
Hi !! how can I resolved this error:
swiftclient.service.SwiftError: 'Account not found'
this when i run :
swift stat
Traceback (most recent call last):
File "/usr/bin/swift", line 10, in <module>
sys.exit(main())
File "/usr/lib/python2.7/dist-packages/swiftclient/shell.py", line 1287, in main
globals()['st_%s' % args[0]](parser, argv[1:], output)
File "/usr/lib/python2.7/dist-packages/swiftclient/shell.py", line 492, in st_stat
stat_result = swift.stat()
File "/usr/lib/python2.7/dist-packages/swiftclient/service.py", line 427, in stat
raise SwiftError('Account not found', exc=err)
swiftclient.service.SwiftError: 'Account not found'
can someone help me !! thanks
I have the same error
+1. I also followed the same directions in the http://docs.openstack.org/juno/install-guide/install/apt/content/swift-install-controller-node.html (OpenStack installation guide). But the result is the same - 'Account not found'
@Khaled Riad & ilya1725 ,
It would be great if you provide me the status of the service running on controller node while executing below command
swift stat
Services running on controller node:- systemctl status openstack-swift-proxy.service memcached.service
regards Abdul
@Abdul: .
service --status-all
command doesn't showopenstack-swift-proxy.service
andmemcached.service
. I'm running on Ubuntu. Do you mind providing instructions how to get the information you need?@ilya1725: You can get the status of the swift proxy service by running below command. service swift-proxy status
service memcached status
Those will provide you info on the service, c/p those output & if possible provide the config details of /etc/swift/proxy-server.conf.