Re: [Openstack] Swift + Keystone integration problem

2013-02-04 Thread Chmouel Boudjnah
you need to add the proxy-logging middleware, see swift's default proxy-server.conf https://github.com/openstack/swift/blob/master/etc/proxy-server.conf-sample Chmouel. On Mon, Feb 4, 2013 at 10:37 AM, Andrey V. Romanchev < andrey.romanc...@gmail.com> wrote: > [pipeline:main] > pipeline = catch

Re: [Openstack] Swift + Keystone integration problem

2013-02-04 Thread Chmouel Boudjnah
you seem to use ssl with a http:// url. Chmouel. On Mon, Feb 4, 2013 at 10:38 AM, Andrey V. Romanchev < andrey.romanc...@gmail.com> wrote: > Of course. > > # cat /etc/swift/proxy-server.conf > [DEFAULT] > cert_file = /etc/swift/cert.crt > key_file = /etc/swift/cert.key > bind_port = > bind

Re: [Openstack] Swift + Keystone integration problem

2013-02-04 Thread Andrey V. Romanchev
Of course. # cat /etc/swift/proxy-server.conf [DEFAULT] cert_file = /etc/swift/cert.crt key_file = /etc/swift/cert.key bind_port = bind_ip = workers = 8 user = swift log_facility = LOG_LOCAL1 log_level = DEBUG [pipeline:main] pipeline = catch_errors healthcheck cache authtoken keystone prox

Re: [Openstack] Swift + Keystone integration problem

2013-02-04 Thread Andrey V. Romanchev
[pipeline:main] pipeline = catch_errors healthcheck cache authtoken keystone proxy-server How to add log messages to middleware components? 2013/2/1 David Goetz > I'm sorry- I didn't read that part about the proxy restart :) The proxy > may not log if it gets hung up in some middleware. What

Re: [Openstack] Swift + Keystone integration problem

2013-02-01 Thread Chmouel Boudjnah
You probably want to past your proxy-server.conf this may be helpful for us to help you. Chmouel. On Fri, Feb 1, 2013 at 8:49 PM, David Goetz wrote: > I'm sorry- I didn't read that part about the proxy restart :) The proxy > may not log if it gets hung up in some middleware. What middleware do

Re: [Openstack] Swift + Keystone integration problem

2013-02-01 Thread David Goetz
I'm sorry- I didn't read that part about the proxy restart :) The proxy may not log if it gets hung up in some middleware. What middleware do you have running? You can try adding in some log messages into the middleware you have running to find out where. On Feb 1, 2013, at 1:37 PM, David G

Re: [Openstack] Swift + Keystone integration problem

2013-02-01 Thread David Goetz
Sounds like swift isn't listening on that port. What is the bind_port in your proxy-server.conf? On Feb 1, 2013, at 12:53 PM, Andrey V. Romanchev wrote: > Hello! > I've installed swift + keystone and have incomprehensible problem > > First of all I get auth tokens > curl -d '{"auth": {"tenantN

[Openstack] Swift + Keystone integration problem

2013-02-01 Thread Andrey V. Romanchev
Hello! I've installed swift + keystone and have incomprehensible problem First of all I get auth tokens curl -d '{"auth": {"tenantName": "service", "passwordCredentials":{"username": "swift", "password": "swiftpass"}}}' -H "Content-type: application/json" http://:5000/v2.0/tokens | python -mjson.t