zhenjie / openstack-icehouse

Openstack Icehouse installation
0 stars 0 forks source link

Is neutron ml2 plugin set correctly? #2

Open zhenjie opened 10 years ago

zhenjie commented 10 years ago

File /etc/neutron/plugins/ml2/ml2_conf.ini in network node: [OVS] bridge_mappings = physnet1:br-eth2 tenant_network_type = vlan network_vlan_ranges = physnet1:1000:2999 integration_bridge = br-int

File /etc/neutron/plugins/ml2/ml2_conf.ini in compute node: [OVS] bridge_mappings = physnet1:br-eth2 tenant_network_type = vlan network_vlan_ranges = physnet1:1000:2999 integration_bridge = br-int

File /etc/neutron/plugins/ml2/ml2_conf.ini in control node: [ml2_type_vlan] network_vlan_ranges = physnet1:2000:2999

zhenjie commented 10 years ago

And also set overlapping ip to True as in this link: http://www.revolutionlabs.net/2013/11/part-2-how-to-install-openstack-havana_15.html ?