<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Dear All,<br>
I've got it stuck at creating instance via horizon, it showed Please
try again later <b>[Error: Unexpected vif_type=binding_failed].</b><br>
following this instruction
<a class="moz-txt-link-freetext" href="http://docs.openstack.org/trunk/install-guide/install/apt/content/">http://docs.openstack.org/trunk/install-guide/install/apt/content/</a> <br>
and with my previous installation in havana version with ubuntu
12.04 <br>
<br>
i used 3 node configuration.<br>
<br>
please check my ml2 config on network node <br>
================<br>
[ml2]<br>
type_drivers = gre<br>
tenant_network_types = gre<br>
mechanism_drivers = openvswitch<br>
[ml2_type_flat]<br>
[ml2_type_vlan]<br>
[ml2_type_gre]<br>
tunnel_id_ranges = 1:1000<br>
[ml2_type_vxlan]<br>
[securitygroup]<br>
[ovs]<br>
local_ip = 172.16.1.1<br>
tenant_network_type = gre<br>
integration_bridge = br-int<br>
[agent]<br>
tunnel_type = gre<br>
root_helper = sudo /usr/bin/neutron-rootwrap
/etc/neutron/rootwrap.conf<br>
enable_tunneling = True<br>
[securitygroup]<br>
firewall_driver =
neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver<br>
enable_security_group = True<br>
=============<br>
<br>
<br>
neutron.conf on network node<br>
====<br>
[DEFAULT]<br>
verbose = True<br>
debug = True<br>
state_path = /var/lib/neutron<br>
lock_path = $state_path/lock<br>
core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin<br>
service_plugins = router<br>
auth_strategy = keystone<br>
allow_overlapping_ips = True<br>
rpc_backend = neutron.openstack.common.rpc.impl_kombu<br>
rabbit_host = 10.10.10.10<br>
rabbit_password = guest<br>
notification_driver = neutron.openstack.common.notifier.rpc_notifier<br>
[quotas]<br>
[agent]<br>
root_helper = sudo /usr/bin/neutron-rootwrap
/etc/neutron/rootwrap.conf<br>
[keystone_authtoken]<br>
auth_host = 10.10.10.10<br>
auth_port = 35357<br>
auth_protocol = http<br>
admin_tenant_name = service<br>
admin_user = neutron<br>
admin_password = password<br>
signing_dir = /var/lib//keystone-signing<br>
=========<br>
<br>
<br>
ml2 in compute node<br>
============<br>
[ml2]<br>
type_drivers = gre<br>
tenant_network_types = gre<br>
mechanism_drivers = openvswitch<br>
[ml2_type_flat]<br>
[ml2_type_vlan]<br>
[ml2_type_gre]<br>
tunnel_id_ranges = 1:1000<br>
[ml2_type_vxlan]<br>
[securitygroup]<br>
enable_security_group = True<br>
firewall_driver =
neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewal
lDriver<br>
[ovs]<br>
local_ip = 172.16.1.11<br>
tenant_network_type = gre<br>
integration_bridge = br-int<br>
tunnel_id_ranges = 1:1000<br>
enable_tunneling = True<br>
tunnel_bridge = br-tun<br>
[agent]<br>
tunnel_type = gre<br>
root_helper = sudo /usr/bin/neutron-rootwrap
/etc/neutron/rootwrap.conf<br>
enable_tunneling = True<br>
==============<br>
<br>
neutron conf in compute node<br>
[DEFAULT]<br>
verbose = True<br>
debug = True<br>
state_path = /var/lib/neutron<br>
lock_path = $state_path/lock<br>
core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin<br>
service_plugins = router<br>
api_paste_config = /etc/neutron/api-paste.ini<br>
auth_strategy = keystone<br>
allow_overlapping_ips = True<br>
rpc_backend = neutron.openstack.common.rpc.impl_kombu<br>
control_exchange = neutron<br>
rabbit_host = 10.10.10.10<br>
rabbit_password = guest<br>
notification_driver = neutron.openstack.common.notifier.rpc_notifier<br>
agent_down_time = 10<br>
nova_admin_tenant_id = c33e9e029d53484083a79a82d8231383<br>
nova_admin_password = password<br>
nova_admin_auth_url = <a class="moz-txt-link-freetext" href="http://10.10.10.10:35357/v2.0">http://10.10.10.10:35357/v2.0</a><br>
[quotas]<br>
[agent]<br>
root_helper = sudo /usr/bin/neutron-rootwrap
/etc/neutron/rootwrap.conf<br>
[keystone_authtoken]<br>
auth_uri = <a class="moz-txt-link-freetext" href="http://10.10.10.10:5000">http://10.10.10.10:5000</a><br>
auth_host = 10.10.10.10<br>
auth_port = 35357<br>
auth_protocol = http<br>
admin_tenant_name = service<br>
admin_user = neutron<br>
admin_password = password<br>
signing_dir = /var/lib/keystone-signing<br>
[database]<br>
connection = <a class="moz-txt-link-abbreviated" href="mailto:mysql://neutron:password@10.10.10.10/neutron">mysql://neutron:password@10.10.10.10/neutron</a><br>
<br>
<br>
Thanks<br>
<br>
<br>
<div class="moz-signature">-- <br>
Regards,<br>
Mahardhika Gilang<br>
<br>
<br>
</div>
</body>
</html>