openstack在controller节点使用openstack network agent list不显示计算节点


问题描述:

做完计算节点neutron的相关配置后,在controller节点查看agent列表,结果如下

 

 发现并没有compute节点

在计算节点上查看status显示failed

 

 在查看日志文件/var/log/neutron/linuxbridge-agent.log

 

 ERROR neutron.plugins.ml2.drivers.linuxbridge.agent.linuxbridge_neutron_agent [-] Tunneling cannot be enabled without the local_ip bound to an interface on the host. Please configure local_ip None on the host interface to be used for tunneling and restart the agent.

查看配置文件/etc/neutron/plugins/ml2/linuxbridge_agent.ini

enable_vxlan为true

在[vxlan]部分,弃用VXLAN覆盖性网络:

把enable_vxlan 改为false

 

重启计算服务和网桥代理服务:

 

 在controller节点再次查看:

 

 发现计算节点就有了

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM