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
21 lines
409 B
Plaintext
21 lines
409 B
Plaintext
[DEFAULT]
|
|
debug = False
|
|
verbose = False
|
|
|
|
[drivers]
|
|
transport = wsgi
|
|
storage = redis
|
|
|
|
[drivers:transport:wsgi]
|
|
port = 8888
|
|
|
|
[drivers:message_store:redis]
|
|
uri = redis://127.0.0.1:6379
|
|
|
|
# NOTE(kgriffs): Reduce from the default of 10 to reduce the
|
|
# duration of related tests
|
|
max_reconnect_attempts = 3
|
|
|
|
# NOTE(kgriffs): Reduce from the default of 1 to reduce the
|
|
# duration of related tests
|
|
reconnect_sleep = 0.1 |