控制器节点上的 nova-api 服务自动停止

控制器节点上的 nova-api 服务自动停止

我尝试在网络节点上配置 Nutron,发现控制器上的 nova-api 服务已停止。我重新启动了该服务,但出于某种奇怪的原因,它始终失败。

我在虚拟盒上运行 Ubuntu 14.02 Server。

请帮忙 ...

控制器节点上的 nova-api 服务自动停止

root@controller:/home/XXXXXXX# service nova-api status
nova-api stop/waiting
root@controller:/home/XXXXXXX# service nova-api start
nova-api start/running, process 9070
root@controller:/home/XXXXXXX# service nova-api status
nova-api start/running, process 9070
root@controller:/home/XXXXXXX# service nova-api status
nova-api start/running, process 9070
root@controller:/home/XXXXXXX# service nova-api status
nova-api start/running, process 9070
root@controller:/home/XXXXXXX# service nova-api status
nova-api start/running, process 9070
root@controller:/home/XXXXXXX# service nova-api status
nova-api start/running, process 9070
root@controller:/home/XXXXXXX# service nova-api status
nova-api start/running, process 9070
root@controller:/home/XXXXXXX# service nova-api status
nova-api start/running, process 9070
root@controller:/home/XXXXXXX# service nova-api status
nova-api start/running, process 9070
root@controller:/home/XXXXXXX# service nova-api status
nova-api start/running, process 9070
root@controller:/home/XXXXXXX# service nova-api status
nova-api stop/waiting
root@controller:/home/XXXXXXX# service nova-api status
nova-api stop/waiting

新星服务

root@controller:/home/XXXXXXX# ps -ef | grep nova
nova       911     1  0 12:48 ?        00:00:01 /usr/bin/python /usr/bin/nova-cert --config-file=/etc/nova/nova.conf
nova       922     1  0 12:48 ?        00:00:01 /usr/bin/python /usr/bin/nova-consoleauth --config-file=/etc/nova/nova.conf
nova       923     1  1 12:48 ?        00:00:48 /usr/bin/python /usr/bin/nova-conductor --config-file=/etc/nova/nova.conf
nova       925     1  0 12:48 ?        00:00:01 /usr/bin/python /usr/bin/nova-scheduler --config-file=/etc/nova/nova.conf
nova       926     1  0 12:48 ?        00:00:01 /usr/bin/python /usr/bin/nova-novncproxy --config-file=/etc/nova/nova.conf
nova      1930   923  0 12:48 ?        00:00:01 /usr/bin/python /usr/bin/nova-conductor --config-file=/etc/nova/nova.conf
root      9284  3115  0 13:46 pts/1    00:00:00 grep --color=auto nova

日志

调试

答案1

我知道现在回答有点晚了,但还是发帖吧,因为这可能会对其他人有所帮助。我遇到了同样的问题,我发现在安装 nova-network 和 nova-api-metadata 时,nova-api 包被卸载了,这很奇怪。重新安装 nova-api 包后问题解决了。

(Ubuntu 14.04,openstack kilo版本)

相关内容