Update neutron import

neutron.agent.linux.async_process is now moving to the "common"
module.

While this will be a backwards compatible change, I'm updating all
three subprojects using this module, avoiding deprecation warnings.

Depends-On: #I6a7418cb8680cd71fe16c5d98b9b09ef2d260d37
Change-Id: I08563f4e609dfb6d446814c3497961d7d63c336e
This commit is contained in:
Lucian Petrut 2018-08-14 10:08:49 +03:00
parent 5b3ac1ebda
commit 9f6150a586
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import fixtures
from neutronclient.common import exceptions as nc_exc
from neutronclient.v2_0 import client
from neutron.agent.linux import async_process
from neutron.agent.common import async_process
from neutron.agent.linux import utils
from neutron.common import utils as common_utils
from neutron.tests import base