Fedora 17 安装openstack的devstack脚本后因为MQ运行失败

来源:互联网 发布:我知谁掌管明天歌谱 编辑:程序博客网 时间:2024/05/22 09:46

Error:

Restarting rabbitmq-server: RabbitMQ is not running



Best  way is to tell rabbitmq to not to look for hostname. You can do that using rabbitmq config file.

edit config, create it if it does not exist

vim /etc/rabbitmq/rabbitmq.confvim /etc/rabbitmq/rabbitmq-env.conf (in later versions of RabbitMQ)

Add following entries:

NODENAME=rabbit@localhost NODE_IP_ADDRESS=127.0.0.1