我是openstack的初学者,我已经成功地安装了openstack ocata。我使用下面的链接安装lbaas:https://docs.openstack.org/ocata/networking-guide/config-lbaas.html
当我想要安装lbaasv2时,我遇到了下面的错误:
openstack@ubuntu:~$ sudo neutron-lbaasv2-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/lbaas_agent.ini
Guru meditation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
2018-01-21 22:43:12.408 10772 INFO neutron.common.config [-] Logging enabled!
2018-01-21 22:43:12.409 10772 INFO neutron.common.config [-] /usr/bin/neutron-lbaasv2-agent version 10.0.4
2018-01-21 22:43:12.411 10772 WARNING stevedore.named [req-6ebf45ef-7ff4-43c2-8c9a-d9b1f3acc839 - - - - -] Could not load neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver
^C2018-01-21 22:43:19.697 10772 INFO oslo_service.service [-] Caught SIGINT signal, instantaneous exiting我在控制器节点中输入命令。
非常感谢。
发布于 2018-02-07 04:17:32
这个警告似乎是“表面的”--也就是说,你可以忽略它,代理应该可以正常工作--至少对我来说是这样的。也许有人应该在这个问题上提出一个错误。我可能会自己去做。
https://stackoverflow.com/questions/48372020
复制相似问题