Skip to content

Commit

Permalink
Address i18n related deprecation warnings
Browse files Browse the repository at this point in the history
Unit tests logs show trace [1]. Right now it is just
noise, but this is a time bomb waiting to blow up
into someone's face.

[1] http://logs.openstack.org/55/252755/24/check/gate-neutron-python27-constraints/d78face/console.html#_2016-02-03_03_29_52_992

Change-Id: I24d3de2ee6b1209f0e86f8fb953aab18bae8cc98
  • Loading branch information
armando-migliaccio committed Feb 3, 2016
1 parent b199920 commit 13fe6af
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
from alembic import op
import sqlalchemy as sa

from neutron._i18n import _

from neutron.common import exceptions

UNIQUE_NAME = 'uniq_ha_router_agent_port_bindings0port_id0l3_agent_id'
Expand Down

0 comments on commit 13fe6af

Please sign in to comment.