Reviewed: https://review.openstack.org/326403 Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=58fe3494ef2c25688123454640388fa0c041c196 Submitter: Jenkins Branch: master
commit 58fe3494ef2c25688123454640388fa0c041c196 Author: Evgeny Fedoruk <[email protected]> Date: Tue Jun 7 04:49:37 2016 -0700 Preventing listener deletion if it has l7 policy If L7 policy is associated to listener, the policy should be deleted prior to listener deletion. Trying to delete the listener with L7 policy will fail with EntityInUse exception. This is to preserve common neutron's API concept to delete cascade resources' subresources only. Change-Id: I575f898f74576613cb55d4dbba5b1b0f524dd35f Closes-Bug: 1588372 ** Changed in: neutron 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/1588372 Title: L7 policy is deleted along with listener deletion Status in neutron: Fix Released Bug description: Alike to https://bugs.launchpad.net/neutron/+bug/1571097, there is an issue with deletion of related entities. In this case the issue is unnecessary deletion of L7 policy and its rules when listener related to it is deleted. The solution should be preventing deletion of a listener if the last has L7 policy associated with it. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1588372/+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

