← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1485809] Re: create_router calls create_port within a DB transaction

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => liberty-3

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

Title:
  create_router calls create_port within a DB transaction

Status in neutron:
  Fix Released

Bug description:
  When a router is created, the L3 plugin manages the gateway interface information within a DB transaction. This eventually leads to a call to port_create on the core plugin, which can potentially be a slow operation that causes the DB transaction to timeout.
  This behavior is correctly handles in router_update case.

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


References