
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
11 lines
124 B
Plaintext
11 lines
124 B
Plaintext
[DEFAULT]
|
|
debug = False
|
|
verbose = False
|
|
|
|
[drivers]
|
|
transport = wsgi
|
|
storage = invalid
|
|
|
|
[drivers:transport:wsgi]
|
|
port = 8888
|