44ceb3d392
To split Data/Control planes first separate groups for options are created. Accordingly registered data and control plane options in the new group. Modified drivers modules and many test cases. Change-Id: I413b30b14ea605a7b3f22d6a51059a601af71e76
22 lines
397 B
Plaintext
22 lines
397 B
Plaintext
[DEFAULT]
|
|
debug = False
|
|
verbose = False
|
|
unreliable = True
|
|
|
|
[drivers]
|
|
transport = wsgi
|
|
storage = mongodb
|
|
|
|
[drivers:transport:wsgi]
|
|
port = 8888
|
|
|
|
[drivers:message_store:mongodb]
|
|
uri = mongodb://127.0.0.1:27017
|
|
database = message_zaqar_test
|
|
max_reconnect_attempts = 3
|
|
reconnect_sleep = 0.001
|
|
|
|
# NOTE(kgriffs): Reduce from the default of 1000 to reduce the
|
|
# duration of related tests
|
|
max_attempts = 5
|