Re: [openstack-dev] [Neutron][L3][Devstack] Bug during delete floating IPs?

2015-01-15 Thread Kevin Benton
Mailing List (not for usage questions) *Subject:* Re: [openstack-dev] [Neutron][L3][Devstack] Bug during delete floating IPs? I think Kevin is right - the actual root cause lies in plugins for which disassociate_floating_ips returns None rather than an (empty) iterable. A quick check

Re: [openstack-dev] [Neutron][L3][Devstack] Bug during delete floating IPs?

2015-01-11 Thread Kevin Benton
][L3][Devstack] Bug during delete floating IPs? Not sure if its something seen by others. I hit this when I run tempest.scenario.test_network_basic_ops.TestNetworkBasicOps against master: 2015-01-10 17:45:13.227 5350 DEBUG neutron.plugins.ml2.plugin [req-2ab4b380-cf3a-4663-90c3-a05ef5f4da0f

Re: [openstack-dev] [Neutron][L3][Devstack] Bug during delete floating IPs?

2015-01-11 Thread Salvatore Orlando
:* Sunil Kumar [su...@embrane.com] *Sent:* Saturday, January 10, 2015 7:07 PM *To:* OpenStack Development Mailing List (not for usage questions) *Subject:* [openstack-dev] [Neutron][L3][Devstack] Bug during delete floating IPs? Not sure if its something seen by others. I hit this when I run

[openstack-dev] [Neutron][L3][Devstack] Bug during delete floating IPs?

2015-01-10 Thread Sunil Kumar
Not sure if its something seen by others. I hit this when I run tempest.scenario.test_network_basic_ops.TestNetworkBasicOps against master: 2015-01-10 17:45:13.227 5350 DEBUG neutron.plugins.ml2.plugin [req-2ab4b380-cf3a-4663-90c3-a05ef5f4da0f None] Deleting port

Re: [openstack-dev] [Neutron][L3][Devstack] Bug during delete floating IPs?

2015-01-10 Thread Sunil Kumar
...@embrane.com] Sent: Saturday, January 10, 2015 7:07 PM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Neutron][L3][Devstack] Bug during delete floating IPs? Not sure if its something seen by others. I hit this when I run