<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">> rpc_backend = nova.rpc.impl_kombu<br>
> rabbit_host = controller<br>
> rabbit_password = rabbit<br>
> rabbit_port=5672<br>
<br>
Make sure the rabbit services on the specified server run and have the credentials you use.<br>
The config might be missing the rabbit_userid (defaults to guest) and you can also specify the rabbit_virtual_host (defaults to /).<br>
<br>
Note that rabbit will stop processing messages when the storage location goes below a threshold (1GB).<br>
So make sure you have enough storage (usually /var/lib/rabbitmq).<br>
<br>
Installing the rabbit mgmt interface can also be very useful for spotting rabbit related issues:<br>
https://www.rabbitmq.com/management.html<br>
<br>
Cheers,<br>
Robert van Leeuwen<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</body>
</html>