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