Activity log for bug #1327127

Date Who What changed Old value New value Message
2014-06-06 09:25:35 justlinux2010 bug added bug
2014-06-06 09:26:50 justlinux2010 information type Private Security Public
2014-06-06 10:04:28 Eugene Nikanorov neutron: status New Incomplete
2014-06-06 10:05:59 Eugene Nikanorov description hi, all I set api_workers to 4 in /etc/neutron/neutron.conf to enable multi-process model. tenant_network_types is vxlan, core_plugin is ML2. When i execute net-create and sunet-create commands, it works well. But When i execute port-create command, it never return. The version of openstack is Icehouse. Can anyone help? Thansks Here is my configuration: file: /etc/neutron/neutron.conf [DEFAULT] verbose=True auth_strategy=keystone rpc_backend=neutron.openstack.common.rpc.impl_qpid qpid_hostname=localhost notify_nova_on_port_status_changes=True notify_nova_on_port_data_changes=True nova_url=http://localhost:8774/v2 nova_admin_username=nova nova_admin_tenant_id=09f2bec6ba9e444a856da3f2b90ac25d nova_admin_password=NOVA_PASS nova_admin_auth_url=http://localhost:35357/v2.0 core_plugin=neutron.plugins.ml2.plugin.Ml2Plugin service_plugins=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin,neutron.services.firewall.fwaas_plugin.FirewallPlugin api_workers = 4 #rpc_workers = 4 allow_overlapping_ips=True [database] connection=mysql://root@localhost/neutron [keystone_authtoken] auth_uri=http://localhost:5000 auth_host=localhost auth_protocol=http auth_port=35357 admin_tenant_name=service admin_user=neutron admin_password=NEUTRON_PASS file:/etc/neutron/plugins/ml2/ml2.conf [ml2] type_drivers = vxlan tenant_network_types = vxlan mechanism_drivers = openvswitch [ml2_type_vxlan] vni_ranges = 2:10000 [securitygroup] firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver enable_security_group = True I set api_workers to 4 in /etc/neutron/neutron.conf to enable multi-process model. tenant_network_types is vxlan, core_plugin is ML2. When i execute net-create and sunet-create commands, it works well. But When i execute port-create command, it never return. The version of openstack is Icehouse. Here is my configuration:    file: /etc/neutron/neutron.conf [DEFAULT] verbose=True auth_strategy=keystone rpc_backend=neutron.openstack.common.rpc.impl_qpid qpid_hostname=localhost notify_nova_on_port_status_changes=True notify_nova_on_port_data_changes=True nova_url=http://localhost:8774/v2 nova_admin_username=nova nova_admin_tenant_id=09f2bec6ba9e444a856da3f2b90ac25d nova_admin_password=NOVA_PASS nova_admin_auth_url=http://localhost:35357/v2.0 core_plugin=neutron.plugins.ml2.plugin.Ml2Plugin service_plugins=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin,neutron.services.firewall.fwaas_plugin.FirewallPlugin api_workers = 4 #rpc_workers = 4 allow_overlapping_ips=True [database] connection=mysql://root@localhost/neutron [keystone_authtoken] auth_uri=http://localhost:5000 auth_host=localhost auth_protocol=http auth_port=35357 admin_tenant_name=service admin_user=neutron admin_password=NEUTRON_PASS file:/etc/neutron/plugins/ml2/ml2.conf [ml2] type_drivers = vxlan tenant_network_types = vxlan mechanism_drivers = openvswitch [ml2_type_vxlan] vni_ranges = 2:10000 [securitygroup] firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver enable_security_group = True
2014-07-17 13:55:58 Matt Riedemann neutron: status Incomplete New
2014-07-17 13:56:05 Matt Riedemann neutron: status New Confirmed
2014-07-17 13:58:18 Matt Riedemann summary neutron: infinite loop in port create neutron: infinite loop in port create (qpid/ML2 ovs) - Icehouse
2014-07-17 14:23:44 Eugene Nikanorov neutron: importance Undecided High
2014-07-26 12:04:53 Sudhakar Gariganti bug added subscriber Sudhakar Gariganti
2014-08-06 05:59:26 justlinux2010 neutron: status Confirmed Fix Released
2014-08-06 05:59:53 justlinux2010 information type Public Public Security
2014-08-06 05:59:58 justlinux2010 information type Public Security Public