zaqar/tests/etc/wsgi_mongodb_pooled.conf
Shaifali Agrawal c3a5718775 Remove QueueController from data to control plane
To separate data and control plane of storage layer;
Moving queue_controller from data to controll plane.
Trying to shift the QueueController object in Control plane.
For this new MessageQueueHandler class is also added inside storage/x/messages.py
And the newly added handler is added to the entry point.

Implements: blueprint split-data-and-control-plane
Co-Author: Flavio Percoco<flavio@redhat.com>

Change-Id: I8a167d6ed8e54c98b077b9ea56e68b4e8d5b0291
2015-04-02 19:22:38 +02:00

17 lines
291 B
Plaintext

[DEFAULT]
pooling = True
admin_mode = True
unreliable = True
[drivers]
transport = wsgi
storage = mongodb
[drivers:message_store:mongodb]
uri = mongodb://127.0.0.1:27017
database = zaqar_test_pooled
[drivers:management_store:mongodb]
uri = mongodb://127.0.0.1:27017
database = zaqar_test