Indeed, I think that this is not bug because we have enough tests for access to VM. We know it's difficult to debug the issue of virtual network which neutron provides. We try to prepare stuff to solve such issue.
Could you debug according with a useful video[1]. Or let's ask the question in ask.openstack.org[2]. [1]: https://www.openstack.org/summit/tokyo-2015/videos/presentation/i-cant-ping-my-vm-learn-how-to-debug-neutron-and-solve-common-problems [2]: https://ask.openstack.org/ ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1583272 Title: port_unbound(): net_uuid None not in local_vlan_map Status in neutron: Invalid Bug description: Hi, I use OpenStack Kilo 2015.1.3 in Ubuntu 14.0.4 with LB + OVS (3 nodes - controller, network and compute). nova --version 2.22.0 neutron --version 2.3.11 nova list | d2230162-be17-4a17-89b8-da8f17ff4406 | vm-cirros-sec-global-http4 | ACTIVE | - | Running | demo-net=192.168.1.25, 30.0.0.103 | | 29a86d69-5058-49dc-bfba-79415082af39 | vm-ubuntu-sec-global-http | ACTIVE | - | Running | demo-net=192.168.1.22, 30.0.0.102 | ping 30.0.0.102 PING 30.0.0.102 (30.0.0.102) 56(84) bytes of data. 64 bytes from 30.0.0.102: icmp_seq=1 ttl=62 time=3.05 ms 64 bytes from 30.0.0.102: icmp_seq=2 ttl=62 time=2.34 ms wget 30.0.0.102 --2016-05-16 15:14:02-- http://30.0.0.102/ Connecting to 30.0.0.102:80... connected. HTTP request sent, awaiting response... VM receives the wget request, but does not respond. Apache 2 is installed on the VM. ssh [email protected] VM does not respond SSH. nova secgroup-list-rules global_http +-------------+-----------+---------+-----------+--------------+ | IP Protocol | From Port | To Port | IP Range | Source Group | +-------------+-----------+---------+-----------+--------------+ | tcp | 443 | 443 | 0.0.0.0/0 | | | udp | 53 | 53 | 0.0.0.0/0 | | | tcp | 22 | 22 | 0.0.0.0/0 | | | tcp | 80 | 80 | 0.0.0.0/0 | | | icmp | -1 | -1 | 0.0.0.0/0 | | +-------------+-----------+---------+-----------+--------------+ openvswitch-agent.log (netowrk node): 2016-05-16 14:39:15.872 1103 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-1d9fe87f-8c8a-4d29-afcf-51badf621837 ] Configuration for device aa0ffc40-690a-4861-a20b-a057d60b363d completed. 2016-05-16 14:39:16.097 1103 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-1d9fe87f-8c8a-4d29-afcf-51badf621837 ] Port fed2747d-f68c-4f17-b57e-785f17155254 updated. Details: {u'profile': {}, u'allowed_address_pairs': [], u'admin_state_up': True, u'network_id': u'162fdcc2-74f1-4f9b-b7f1-b782acb38dbf', u'segmentation_id': None, u'device_owner': u'neutron:LOADBALANCER', u'physical_network': u'external', u'mac_address': u'fa:16:3e:25:25:11', u'device': u'fed2747d-f68c-4f17-b57e-785f17155254', u'port_security_enabled': True, u'port_id': u'fed2747d-f68c-4f17-b57e-785f17155254', u'fixed_ips': [{u'subnet_id': u'7641d89b-2356-4bd2-a01d-33679d03c601', u'ip_address': u'30.0.0.107'}], u'network_type': u'flat'} 2016-05-16 14:39:16.099 1103 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-1d9fe87f-8c8a-4d29-afcf-51badf621837 ] Assigning 2 as local vlan for net-id=162fdcc2-74f1-4f9b-b7f1-b782acb38dbf 2016-05-16 14:39:16.582 1103 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-1d9fe87f-8c8a-4d29-afcf-51badf621837 ] Configuration for device fed2747d-f68c-4f17-b57e-785f17155254 completed. 2016-05-16 14:52:08.632 1103 INFO neutron.agent.securitygroups_rpc [req-ad9f1b57-c3d1-41b9-a6c1-f040353ff9ee ] Security group member updated [u'e5d46ebd-67c7-4cad-aa68-b276367b77af'] 2016-05-16 14:52:09.279 1103 INFO neutron.agent.common.ovs_lib [req-1d9fe87f-8c8a-4d29-afcf-51badf621837 ] Port 9ba102a6-a9d6-4385-87b0-656e58282a20 not present in bridge br-int 2016-05-16 14:52:09.279 1103 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-1d9fe87f-8c8a-4d29-afcf-51badf621837 ] port_unbound(): net_uuid None not in local_vlan_map 2016-05-16 14:52:09.280 1103 INFO neutron.agent.securitygroups_rpc [req-1d9fe87f-8c8a-4d29-afcf-51badf621837 ] Remove device filter for [u'9ba102a6-a9d6-4385-87b0-656e58282a20'] Any ideas? Regards, Igor Meneguitte Ávila To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1583272/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

