11 lines
220 B
JSON
11 lines
220 B
JSON
{
|
|
"host": "devstack.example.com",
|
|
"port": 5672,
|
|
"userid": "guest",
|
|
"password": "password",
|
|
"durable_queue": false,
|
|
"exchange": "nova",
|
|
"virtual_host": "/",
|
|
"routing_key": "monitor.info"
|
|
}
|