zaqar/marconi/tests/etc/keystone_auth.conf
Flaper Fesp 2bba034d67 Migrate to stevedore
Use stevedore to load both transport and storage drivers. It will allow
other users to extend Marconi with their own storages / transports more
easily. Stevedore also covers most of the cases around managing plugins.

Change-Id: Ic417c29cef41bdb72c8c446937905509db5ba8cd
2013-06-14 16:04:02 +02:00

14 lines
170 B
Plaintext

[DEFAULT]
auth_strategy = keystone
debug = False
verbose = False
[drivers]
transport = wsgi
storage = sqlite
[drivers:transport:wsgi]
bind = 0.0.0.0:8888
workers = 20