Fix the issue about BGP dragent reports state failed

The failed reason is import wrong python lib.

Change-Id: I4900dfc4c798f1eb29d86076a620a390d408d204
Closes-Bug: #1582764
This commit is contained in:
Na 2016-05-17 07:56:05 -07:00
parent af40ec1339
commit 2823484406
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@
import collections
from neutron_lib import constants as n_const
from oslo_config import cfg
from oslo_log import log as logging
import oslo_messaging
@ -24,6 +23,7 @@ from oslo_service import periodic_task
from oslo_utils import importutils
from neutron.agent import rpc as agent_rpc
from neutron.common import constants as n_const
from neutron.common import rpc as n_rpc
from neutron.common import topics
from neutron.common import utils