<div dir="ltr">Hello.<div><br></div><div>I'm now trying to deploy OpenStack Juno 3 nodes environment with LinuxBridge on CentOS7. I set tenant_network_type to VLAN. </div><div><br></div><div>The problem is, a VM cannot be created and the linuxbridge agent seems not working correctly because any port or br is shown while checking via brctl show command.There were several error logs:</div><div><br></div><div>--- nova-conductor ---</div><div>No valid host was found. There are not enough hosts available.<br></div><div><br></div><div>--- nova-compute ---</div><div>NovaException: Unexpected vif_type=binding_failed<br></div><div><br></div><div>--- neutron-linuxbridge-agent ---</div><div>Device tapxxx-xxx not defined on plugin<br></div><div><br></div><div>I assume that my /etc/neutron/neutron.conf or /etc/neutron/plugins/ml2/ml2_conf.ini configuration might be wrong, but I cannot notice which configuration is wrongly set.</div><div><br></div><div>I refer to the guides on the websites;</div><div><a href="http://docs.openstack.org/networking-guide/deploy_scenario1b.html">http://docs.openstack.org/networking-guide/deploy_scenario1b.html</a><br></div><div><a href="https://github.com/madorn/vagrant-juno-linuxbridge-vxlan-vlan">https://github.com/madorn/vagrant-juno-linuxbridge-vxlan-vlan</a><br></div><div><br></div><div>Here are my ml2_conf.ini files on each nodes as below:</div><div><br></div><div>1. Controller<br></div><div>-------------------------------------------------------------------------------------------</div><div><div>[ml2]</div><div>type_drivers = vlan,flat</div><div>tenant_network_types = vlan</div><div>mechanism_drivers = linuxbridge</div></div><div><br></div><div><div>[ml2_type_flat]</div><div>flat_networks = flat</div></div><div><br></div><div><div>[ml2_type_vlan]</div><div>network_vlan_ranges = vlan:1:100</div></div><div><br></div><div><div>[securitygroup]</div><div>enable_security_group = True</div><div>firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver</div><div>enable_ipset = True</div></div><div>-------------------------------------------------------------------------------------------<br></div><div><br></div><div>2. Compute</div><div>-------------------------------------------------------------------------------------------<br></div><div><div>[ml2]</div><div>type_drivers = vlan,flat</div><div>tenant_network_types = vlan</div><div>mechanism_drivers = linuxbridge</div></div><div><br></div><div><div>[ml2_type_flat]</div><div>flat_networks = flat</div></div><div><br></div><div><div>[ml2_type_vlan]</div><div>network_vlan_ranges = vlan:1:100</div></div><div><br></div><div><div>[securitygroup]</div><div>enable_security_group = True</div><div>enable_ipset = True</div><div>firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver</div></div><div><br></div><div><div>[linux_bridge]</div><div>physical_interface_mappings = vlan:eth2</div></div><div><br></div><div><div>[vlans]</div><div>tenant_network_type = vlan</div><div>network_vlan_ranges = vlan:1:100</div></div><div>-------------------------------------------------------------------------------------------<br></div><div><br></div><div>3. Network (I doesn't set flat network for external yet, so that the physical_interface_mappings only contains one list)</div><div>-------------------------------------------------------------------------------------------<br></div><div><div>[ml2]</div><div>type_drivers = vlan,flat</div><div>tenant_network_types = vlan</div><div>mechanism_drivers = linuxbridge</div></div><div><br></div><div><div>[ml2_type_flat]</div><div>flat_networks = flat</div></div><div><br></div><div><div>[ml2_type_vlan]</div><div>network_vlan_ranges = vlan:1:100</div></div><div><br></div><div><div>[securitygroup]</div><div>enable_security_group = True</div><div>enable_ipset = True</div><div>firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver</div></div><div><br></div><div><div>[linux_bridge]</div><div>physical_interface_mappings = vlan:eth2</div></div><div><br></div><div><div>[vlans]</div><div>tenant_network_type = vlan</div><div>network_vlan_ranges = vlan:1:100</div></div><div>-------------------------------------------------------------------------------------------<br></div><div><br></div><div>Any comments and help would really be appreciated! Thanks in advance.</div><div><br></div><div>Regards</div><div><br></div><div>Byeong-Gi KIM</div></div>