Use neutron-lib constants

One of the unit tests did not make use of the neutron-lib contants.

TrivialFix
Closes-bug: #1591878

Change-Id: Id25b3b2091b57361692a65f53fea9167752e7572
This commit is contained in:
Gary Kotton 2016-06-12 23:38:55 -07:00 committed by Brian Haley
parent 260ce9c161
commit da9fdf3b20
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
import mock
from neutron.common import constants as n_const
from neutron_lib import constants as n_const
from neutron.tests import base
from neutron.tests.common import net_helpers