[Yahoo-eng-team] [Bug 1410651] Re: wrong output when trying to delete a default security group of admin tenant

2016-04-18 Thread Ed Leafe
No longer able to reproduce using development master branch ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1410651

[Yahoo-eng-team] [Bug 1410651] Re: wrong output when trying to delete a default security group of admin tenant

2015-02-27 Thread yanhe...@gmail.com
sorry, I just test stackalytics. this bug was new before . ** Changed in: nova Status: Invalid => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1410651 Title

[Yahoo-eng-team] [Bug 1410651] Re: wrong output when trying to delete a default security group of admin tenant

2015-02-27 Thread yanhe...@gmail.com
** Changed in: nova Assignee: yanhe...@gmail.com (yanheven) => (unassigned) ** Changed in: nova Status: Fix Committed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.la

[Yahoo-eng-team] [Bug 1410651] Re: wrong output when trying to delete a default security group of admin tenant

2015-02-11 Thread yanhe...@gmail.com
** Changed in: nova Status: Invalid => Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1410651 Title: wrong output when trying to delete a default se

[Yahoo-eng-team] [Bug 1410651] Re: wrong output when trying to delete a default security group of admin tenant

2015-01-18 Thread yanhe...@gmail.com
codes in Neutron.db.securitygroups_db: def _ensure_default_security_group(self, context, tenant_id): """Create a default security group if one doesn't exist. :returns: the default security group id. """ filters = {'name': ['default'], 'tenant_id': [tenant_id]}