← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1434207] [NEW] create_security_group_rule_bulk_native does not return all created rules

 

Public bug reported:

The returned list of created security-group rules contains only one rule,
this is because the list is being populated outside of the "for" loop (under-indented).

http://git.openstack.org/cgit/openstack/neutron/tree/neutron/db/securitygroups_db.py#n311

** Affects: neutron
     Importance: Undecided
     Assignee: Roey Chen (roeyc)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Roey Chen (roeyc)

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

Title:
  create_security_group_rule_bulk_native does not return all created
  rules

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  The returned list of created security-group rules contains only one rule,
  this is because the list is being populated outside of the "for" loop (under-indented).

  http://git.openstack.org/cgit/openstack/neutron/tree/neutron/db/securitygroups_db.py#n311

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


Follow ups

References