[Openstack] Icehouse with Ubuntu 14 - [Error: Unexpected vif_type=binding_failed].
Mahardhika Gilang
mahardika.gilang at andalabs.com
Fri Jun 6 09:02:32 UTC 2014
Dear All,
I've got it stuck at creating instance via horizon, it showed Please try
again later *[Error: Unexpected vif_type=binding_failed].*
following this instruction
http://docs.openstack.org/trunk/install-guide/install/apt/content/
and with my previous installation in havana version with ubuntu 12.04
i used 3 node configuration.
please check my ml2 config on network node
================
[ml2]
type_drivers = gre
tenant_network_types = gre
mechanism_drivers = openvswitch
[ml2_type_flat]
[ml2_type_vlan]
[ml2_type_gre]
tunnel_id_ranges = 1:1000
[ml2_type_vxlan]
[securitygroup]
[ovs]
local_ip = 172.16.1.1
tenant_network_type = gre
integration_bridge = br-int
[agent]
tunnel_type = gre
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
enable_tunneling = True
[securitygroup]
firewall_driver =
neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
enable_security_group = True
=============
neutron.conf on network node
====
[DEFAULT]
verbose = True
debug = True
state_path = /var/lib/neutron
lock_path = $state_path/lock
core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin
service_plugins = router
auth_strategy = keystone
allow_overlapping_ips = True
rpc_backend = neutron.openstack.common.rpc.impl_kombu
rabbit_host = 10.10.10.10
rabbit_password = guest
notification_driver = neutron.openstack.common.notifier.rpc_notifier
[quotas]
[agent]
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
[keystone_authtoken]
auth_host = 10.10.10.10
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = neutron
admin_password = password
signing_dir = /var/lib//keystone-signing
=========
ml2 in compute node
============
[ml2]
type_drivers = gre
tenant_network_types = gre
mechanism_drivers = openvswitch
[ml2_type_flat]
[ml2_type_vlan]
[ml2_type_gre]
tunnel_id_ranges = 1:1000
[ml2_type_vxlan]
[securitygroup]
enable_security_group = True
firewall_driver =
neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewal lDriver
[ovs]
local_ip = 172.16.1.11
tenant_network_type = gre
integration_bridge = br-int
tunnel_id_ranges = 1:1000
enable_tunneling = True
tunnel_bridge = br-tun
[agent]
tunnel_type = gre
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
enable_tunneling = True
==============
neutron conf in compute node
[DEFAULT]
verbose = True
debug = True
state_path = /var/lib/neutron
lock_path = $state_path/lock
core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin
service_plugins = router
api_paste_config = /etc/neutron/api-paste.ini
auth_strategy = keystone
allow_overlapping_ips = True
rpc_backend = neutron.openstack.common.rpc.impl_kombu
control_exchange = neutron
rabbit_host = 10.10.10.10
rabbit_password = guest
notification_driver = neutron.openstack.common.notifier.rpc_notifier
agent_down_time = 10
nova_admin_tenant_id = c33e9e029d53484083a79a82d8231383
nova_admin_password = password
nova_admin_auth_url = http://10.10.10.10:35357/v2.0
[quotas]
[agent]
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
[keystone_authtoken]
auth_uri = http://10.10.10.10:5000
auth_host = 10.10.10.10
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = neutron
admin_password = password
signing_dir = /var/lib/keystone-signing
[database]
connection = mysql://neutron:password@10.10.10.10/neutron
Thanks
--
Regards,
Mahardhika Gilang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140606/59ebad27/attachment.html>
More information about the Openstack
mailing list