zaqar/marconi/tests/etc/keystone_auth.conf
Flaper Fesp 60026a73ea Wrap transport's app with keystoneclient's middleware
Instead of using paste and depending on the middleware chain, use
ceilomenter's strategy and wrap transport's app using the auth_token
middleware.

NOTE: Tests with successful auth are missing

Implements blueprint remove-paste
Change-Id: I61e7d1fae6b80114e22c0a43b4e391e2d5443123
2013-06-10 22:44:20 +02:00

12 lines
174 B
Plaintext

[DEFAULT]
auth_strategy = keystone
[drivers]
transport = marconi.transport.wsgi
storage = marconi.storage.sqlite
[drivers:transport:wsgi]
bind = 0.0.0.0:8888
workers = 20