← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1778118] [NEW] missing transaction in driver_controller.py for l3 flavors

 

Public bug reported:

All the operations related to router associations like add or delete etc
were executed under transactions, there was a case
'get_provider_for_router' doing add_resource_association out of db
transaction, luckily due to autocommit there were no issues.

https://github.com/openstack/neutron/blob/master/neutron/services/l3_router/service_providers/driver_controller.py#L160

need to be in under transaction.

** Affects: neutron
     Importance: Undecided
     Assignee: Manjeet Singh Bhatia (manjeet-s-bhatia)
         Status: In Progress

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

Title:
  missing transaction in driver_controller.py for l3 flavors

Status in neutron:
  In Progress

Bug description:
  All the operations related to router associations like add or delete
  etc were executed under transactions, there was a case
  'get_provider_for_router' doing add_resource_association out of db
  transaction, luckily due to autocommit there were no issues.

  https://github.com/openstack/neutron/blob/master/neutron/services/l3_router/service_providers/driver_controller.py#L160

  need to be in under transaction.

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


Follow ups