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

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

Title:
  potential lock wait timeout issue when creating a HA router

Status in OpenStack Neutron (virtual network service):
  Fix Released
Status in neutron juno series:
  Fix Released

Bug description:
  Currently the failures during the creation of resources related to the
  creation of a HA router are handled my a try/except to avoid a
  potential lock wait timeout. This has been done in order to keep the
  RPC calls outside the transactions.

  All the related resources are created in the _create_router_db but
  this method is called inside a transaction which is started is the
  create_router method. Moreover the try/except mechanism used to
  rollback the router creation will not work since we are in a already
  opened transaction.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to