60026a73ea
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
12 lines
174 B
Plaintext
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
|