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
16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
[DEFAULT]
|
|
pooling = True
|
|
|
|
[drivers]
|
|
transport = wsgi
|
|
storage = redis
|
|
|
|
[drivers:message_store:redis]
|
|
uri = redis://127.0.0.1:6379
|
|
max_reconnect_attempts = 3
|
|
reconnect_sleep = 1
|
|
|
|
[drivers:management_store:redis]
|
|
uri = redis://127.0.0.1:6379
|
|
max_reconnect_attempts = 3
|
|
reconnect_sleep = 1 |