zaqar/tests/etc/wsgi_redis_pooled.conf
Shaifali Agrawal 44ceb3d392 Split Control and Data planes of Storage layer
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
2014-12-11 09:06:48 -08:00

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