yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24637
[Bug 1374573] Re: Server hang on external network deletion with FIPs
Reviewed: https://review.openstack.org/124722
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=52ee13612feae9edadecb847f90d9f568aca69ec
Submitter: Jenkins
Branch: master
commit 52ee13612feae9edadecb847f90d9f568aca69ec
Author: Yair Fried <yfried@xxxxxxxxxx>
Date: Mon Sep 29 14:47:03 2014 +0300
Adds test for deleting external network with floatingIPs
The attached neutron bug causes server to hang when deleting external network
that still has a floating IP in it.
This test should recreate the bug, and verify it is fixed
Closes-Bug: #1374573
Change-Id: Ib7d8dcbb4485e87a49cb008ace37c81f6b06a32c
** Changed in: tempest
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1374573
Title:
Server hang on external network deletion with FIPs
Status in OpenStack Neutron (virtual network service):
Fix Released
Status in Tempest:
Fix Released
Bug description:
This happens on master:
Follow these steps:
1) neutron net-create test --router:external=True
2) neutron subnet-create test 200.0.0.0/22 --name test
3) neutron floatingip-create test
4) neutron net-delete test
Watch command 4) hang (the server never comes back). Expected behavior
would be for the command to succeed and delete the network
successfully.
This looks like a regression caused by commit:
b1677dcb80ce8b83aadb2180efad3527a96bd3bc
(https://review.openstack.org/#/c/82945/)
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1374573/+subscriptions
References