NovaException: Unexpected vif_type=binding_failed :/opt/stack/nova$ gitgrepbinding_failed nova/tests/unit/compute/test_compute_mgr.py: def test_init_instance_with_binding_failed_vif_type(self): nova/tests/unit/compute/test_compute_mgr.py: # this instance will plug a'binding_failed'vif nova/...
此问题出现根本是因为在compute节点创建的vm的时候不能创建qbr导致的,是由于qbr不存在,生成的tap端口无法链接到qbr上,所以导致vif_type=binding_failed。 此问题出现间接是因为配置文件(ml2)没有配置正确 1 qbra2942116-dc 为vm连接的linux bridge。如果没有这个bridge vm的网卡就不能连接,因此vm的traffic就不能出...