ML2 plugin cannot raise NoResultFound exception

Bug #1277914 reported by Édouard Thuleau
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Medium
Édouard Thuleau

Bug Description

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

Tags: ml2
Changed in neutron:
assignee: nobody → Édouard Thuleau (ethuleau)
status: New → In Progress
tags: added: ml2
Henry Gessau (gessau)
description: updated
Changed in neutron:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/72096
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e62e5f3763934bef452d07dafc29ee3709bc2213
Submitter: Jenkins
Branch: master

commit e62e5f3763934bef452d07dafc29ee3709bc2213
Author: Édouard Thuleau <email address hidden>
Date: Sat Feb 8 18:28:19 2014 +0100

    ML2 plugin cannot raise NoResultFound exception

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

    Closes-Bug: #1277914
    Change-Id: If3819adc62b9254f0c08eea6dcfcf5f06288e20e

Changed in neutron:
status: In Progress → Fix Committed
tags: added: havana-backport-potential
tags: removed: havana-backport-potential
Changed in neutron:
milestone: none → icehouse-3
Thierry Carrez (ttx)
Changed in neutron:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in neutron:
milestone: icehouse-3 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.