[Yahoo-eng-team] [Bug 1367157] Re: HA network remains even if there is no more HA router

2016-11-22 Thread Ken'ichi Ohmichi
This bug seems to be fixed on Neutron side, so it is nice to close the
tempest bug at this time.

** Changed in: tempest
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1367157

Title:
  HA network remains even if there is no more HA router

Status in neutron:
  Fix Released
Status in tempest:
  Won't Fix

Bug description:
  Currently when the last HA router of a tenant is deleted the HA
  network belonging to this tenant is not removed. This is the case in
  the rollback of a router creation and in the delete_router itself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1367157/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1367157] Re: HA network remains even if there is no more HA router

2015-12-03 Thread Doug Hellmann
** Changed in: neutron
   Status: Fix Committed => 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/1367157

Title:
  HA network remains even if there is no more HA router

Status in neutron:
  Fix Released
Status in tempest:
  New

Bug description:
  Currently when the last HA router of a tenant is deleted the HA
  network belonging to this tenant is not removed. This is the case in
  the rollback of a router creation and in the delete_router itself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1367157/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1367157] Re: HA network remains even if there is no more HA router

2015-07-26 Thread Yair Fried
This causes resource leakage in Tempest. HA networks aren't cleaned, and, when 
using limited VNI range, or VLAN range, Tests will start failing once limit is 
reached.
Suggestion:
Introduce a cleaner to the tenant (not router!) cleanup code:

1. search for the HA network of this tenant (neutron net-list --tenant-id " ") 
**note that the network has empty tenant-id but the tenant it belongs to is 
part of the network name.
2. if exist, log a warning.
3. if CONF.network.cleanup_l3_ha: delete the network

This has to be logged and has to be turned off by default.


** Also affects: tempest
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1367157

Title:
  HA network remains even if there is no more HA router

Status in neutron:
  Confirmed
Status in tempest:
  New

Bug description:
  Currently when the last HA router of a tenant is deleted the HA
  network belonging to this tenant is not removed. This is the case in
  the rollback of a router creation and in the delete_router itself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1367157/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp