swift stat stopped responding after switching to keystone auth
swift -A http://172.16.0.200:5000/v2.0/ -U service:swift -K swift -V 2.0 stat` " return no output any ideas? (just after configuring swift to use keystone) (worked before with tempauth)
here is my proxy-server.conf:
[DEFAULT]
bind_port = 443
cert_file = /etc/swift/cert.crt
key_file = /etc/swift/cert.key
user = swift
[pipeline:main]
# Order of execution of modules defined below
pipeline = catch_errors healthcheck cache authtoken keystoneauth proxy-server
[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
account_autocreate = true
[filter:healthcheck]
use = egg:swift#healthcheck
[filter:catch_errors]
use = egg:swift#catch_errors
[filter:cache]
use = egg:swift#memcache
set log_name = cache
[filter:authtoken]
# paste.filter_factory = keystone.middleware.auth_token:filter_factory
paste.filter_factory = keystone.middleware.auth_token:filter_factory
auth_host = 172.16.0.200
auth_port = 35357
auth_protocol = http
auth_uri = http://172.16.0.200:5000/
admin_tenant_name = service
admin_user = swift
admin_password = swift
cache = swift.cache
include_service_catalog = False
signing_dir = /tmp/keystone-signing-swift/
[filter:keystoneauth]
use = egg:swift#keystoneauth
operator_roles = admin, Member
is_admin = true