uncaught portnotfound exception on get_dhcp_port
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Armando Migliaccio | ||
Havana |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
While working on fix for bug #1251874 I have noticed this stacktrace in the log:
2013-11-18 17:20:46.237 1021 ERROR neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
2013-11-18 17:20:46.237 1021 TRACE neutron.
This is because the try-except looks for exc.NoResultFound and this is obviously a mistake.
Changed in neutron: | |
assignee: | nobody → Armando Migliaccio (armando-migliaccio) |
Changed in neutron: | |
status: | New → In Progress |
Changed in neutron: | |
importance: | Undecided → High |
milestone: | none → icehouse-1 |
tags: | added: havana-backport-potential |
Changed in neutron: | |
status: | In Progress → Fix Committed |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | icehouse-1 → 2014.1 |
Fix proposed to branch: master /review. openstack. org/57043
Review: https:/