Activity log for bug #1373816

Date Who What changed Old value New value Message
2014-09-25 08:42:23 Jacek Świderski bug added bug
2014-09-25 08:42:58 Jacek Świderski neutron: assignee Jacek Świderski (jacek-swiderski)
2014-09-25 08:43:43 Jacek Świderski tags sg-fw
2014-09-25 08:43:46 Jacek Świderski description _get_security_groups_on_port checks before that all security groups on port belong to tenant - and if there are any that don't fulfill this requirement it tries to raise SecurityGroupNotFound but fails with : TypeError: 'set' object does not support indexing One thing is the fail itself - but beside I think that message = _("Security group %(id)s does not exist"), where id would be a randomly chosen missing id isn't really clear in this context and new exception should be created for this case. _get_security_groups_on_port checks before that all security groups on port belong to tenant - and if there are any that don't fulfill this requirement it tries to raise SecurityGroupNotFound but fails with : TypeError: 'set' object does not support indexing port_sg_missing = requested_groups - valid_groups if port_sg_missing: raise ext_sg.SecurityGroupNotFound(id=str(port_sg_missing[0])) One thing is the fail itself - but beside I think that message = _("Security group %(id)s does not exist"), where id would be a randomly chosen missing id isn't really clear in this context and new exception should be created for this case.
2014-09-25 14:38:02 OpenStack Infra neutron: status New In Progress
2014-09-29 07:39:12 Oleg Bondarev neutron: importance Undecided Medium
2015-02-03 00:17:14 watanabe.isao neutron: assignee Jacek Świderski (jacek-swiderski) watanabe.isao (watanabe.isao)
2015-04-01 09:18:08 OpenStack Infra neutron: assignee watanabe.isao (watanabe.isao) Kevin Benton (kevinbenton)
2015-04-01 16:15:13 Kyle Mestery neutron: milestone kilo-rc1
2015-04-02 02:24:09 OpenStack Infra neutron: status In Progress Fix Committed
2015-04-09 18:44:47 Thierry Carrez neutron: status Fix Committed Fix Released
2015-04-30 09:50:41 Thierry Carrez neutron: milestone kilo-rc1 2015.1.0