[Openstack] Cannot launch instance: No valid host was found: Port failed to bind on host
Uwe Sauter
uwe.sauter.de at gmail.com
Wed Nov 26 13:59:54 UTC 2014
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?
>
>
>
More information about the Openstack
mailing list