Hi Andreas,

on each host /etc/neutron/plugin.ini is a symlink to
/etc/neutron/plugins/ml2/ml2_conf.ini.

Content on the controller node:

[ml2]
mechanism_drivers = openvswitch
tenant_network_types = gre
type_drivers = gre,vlan

[ml2_type_flat]

[ml2_type_vlan]
network_vlan_ranges = external:202:202

[ml2_type_gre]
tunnel_id_ranges = 1:1000

[ml2_type_vxlan]

[securitygroup]
enable_ipset = True
enable_security_group = True
firewall_driver =
neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver

[database]
connection = mysql://neutron:XXXXXX@db/neutron


Content on the network node:

[ml2]
mechanism_drivers = openvswitch
tenant_network_types = gre
type_drivers = gre,vlan

[ml2_type_flat]

[ml2_type_vlan]
network_vlan_ranges = external:202:202

[ml2_type_gre]
tunnel_id_ranges = 1:1000

[ml2_type_vxlan]

[securitygroup]
enable_ipset = True
enable_security_group = True
firewall_driver =
neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver

[ovs]
bridge_mappings = external:br-ex
enable_tunneling = True
local_ip = 172.20.10.3
tunnel_types = gre

[database]
connection = mysql://neutron:XXXXXX@db/neutron


Content on the compute nodes:

[ml2]
mechanism_drivers = openvswitch
tenant_network_types = gre
type_drivers = gre,vlan

[ml2_type_flat]

[ml2_type_vlan]
network_vlan_ranges = external:202:202

[ml2_type_gre]
tunnel_id_ranges = 1:1000

[ml2_type_vxlan]

[securitygroup]
enable_ipset = True
enable_security_group = True
firewall_driver =
neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver

[ovs]
enable_tunneling = True
local_ip = 172.20.10.4     #this is different for the second node
tunnel_types = gre

[database]
connection = mysql://neutron:XXXXXX@db/neutron


Regards,

        Uwe




Am 26.11.2014 um 14:35 schrieb Andreas Scheuring:
> Hi Uwe, 
> could you please provide the content of your /etc/neutron/plugin.ini of
> the compute and the network node?
> 
> 
> 


_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to