Hey,
it anybody using stacktach with OpenStack Nova Stein?
I can’t stream messages to it via Nova:
-> stacktach_worker_config.json
{"deployments": [
{
"name": "xxx.dev",
"durable_queue": false,
"rabbit_host": "10.x.x.x",
"rabbit_port": 5672,
"rabbit_userid": "nova",
"rabbit_password": "xxx",
"rabbit_virtual_host": "/nova",
"exit_on_exception": true,
"topics": {
"nova": [
{
"queue": "notification.info",
"routing_key": "notification.info"
},
{
"queue": "monitor.error",
"routing_key": "monitor.error"
}
…
How do you configure it?
Are there alternatives for reading RabbitMQ Messages for debug/billing purposes?
Greetings,
Merlin Blom