← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1261424] [NEW] LBaaS DB: update_member catch DBDuplicateEntry

 

Public bug reported:

When a Member is updated the code catch a DBDuplicateEntry exception.
since we are in an update operaion we assume that the entity already exists in DB

See:
https://github.com/openstack/neutron/blob/master/neutron/db/loadbalancer/loadbalancer_db.py#L695

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: lbaas

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

Title:
  LBaaS DB: update_member catch DBDuplicateEntry

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  When a Member is updated the code catch a DBDuplicateEntry exception.
  since we are in an update operaion we assume that the entity already exists in DB

  See:
  https://github.com/openstack/neutron/blob/master/neutron/db/loadbalancer/loadbalancer_db.py#L695

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


Follow ups

References