← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1277914] [NEW] ML2 plugin cannot raise NoResultFound exception

 

Public bug reported:

The ML2 plugin cannot raise NoResultFound exception because it does use the correct sqlalchemy library.
'from sqlalchemy import exc as ...'  instead of 'from sqlalchemy.orm import exc as ...'

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  ML2 plugin cannot raise NoResultFound exception

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  The ML2 plugin cannot raise NoResultFound exception because it does use the correct sqlalchemy library.
  'from sqlalchemy import exc as ...'  instead of 'from sqlalchemy.orm import exc as ...'

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


Follow ups

References