Neutron 问题小记
Posted Hi,云计算!
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Neutron 问题小记相关的知识,希望对你有一定的参考价值。
L2-agent
1. nova将虚拟网卡信息保存在Interface表(external-ids:iface-id, external-ids:iface-status, external-ids:attached-mac, external-ids:vm-uuid)
2. neutron-openvswitch-agent 利用ovsdb-client monitor监控Interface的更新,触发l2-agent管理虚拟网卡,将虚拟网卡的信息保存在Port 表(other_config:{net_uuid, network_type, physical_network})
以上是关于Neutron 问题小记的主要内容,如果未能解决你的问题,请参考以下文章
Neutron系列 : Neutron OVS OpenFlow 流表 和 L2 Population
Ocata Neutron代码分析——Neutron API启动过程分析