
This reverts commit ea0b42df4842449f99ccc022e5f79bff2ebc0ba6, reversing changes made to 510cdda0d0c6688b0ec5e9712a8beac1b1a6cb31.
20 lines
442 B
JSON
20 lines
442 B
JSON
{
|
|
"tick_time": 30,
|
|
"settle_time": 5,
|
|
"settle_units": "minutes",
|
|
"pool_size": 2,
|
|
"enable_notifications": true,
|
|
"rabbit": {
|
|
"durable_queue": false,
|
|
"host": "10.0.0.1",
|
|
"port": 5672,
|
|
"userid": "rabbit",
|
|
"password": "rabbit",
|
|
"virtual_host": "/",
|
|
"topics": {
|
|
"nova": ["notifications.info"],
|
|
"glance": ["notifications.info"]
|
|
}
|
|
}
|
|
}
|