问题描述:

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

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

 

 发现并没有compute节点

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

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

 

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

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

 

 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

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

enable_vxlan为true

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

把enable_vxlan 改为false

 

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

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

 

 在controller节点再次查看:

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

 

 发现计算节点就有了

 

 

相关文章:

  • 2021-09-29
  • 2021-11-19
  • 2022-12-23
  • 2021-06-08
  • 2021-12-13
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-11
  • 2022-02-18
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案