aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/impl_eni.py
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2015-01-29 11:46:14 +0000
committerSteven Hardy <shardy@redhat.com>2015-02-24 09:21:04 +0000
commitc86a76e13ea07005e31890695c220081b0ed816d (patch)
tree9762c46c6c167f38b1eb92f94beb963b91f1dd54 /os_net_config/impl_eni.py
parent70c235d30aee3a401414f622b3de4f09f4b3d180 (diff)
Remove deprecated references to oslo-incubator
Purge references to modules which have been deprecated by various oslo libraries. Requires changes to use oslo.utils and oslo.concurrency, which are added to the requirements, syncing with the latest in global requirements so we can also move to the un-namespaced oslo package names. Change-Id: Idacb71b7871330e3b3fabf4a926a5b8987614c4d
Diffstat (limited to 'os_net_config/impl_eni.py')
-rw-r--r--os_net_config/impl_eni.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/os_net_config/impl_eni.py b/os_net_config/impl_eni.py
index 57f554a..93aa7db 100644
--- a/os_net_config/impl_eni.py
+++ b/os_net_config/impl_eni.py
@@ -21,7 +21,7 @@ import os_net_config
from os_net_config import objects
from os_net_config import utils
-from os_net_config.openstack.common import processutils
+from oslo_concurrency import processutils
logger = logging.getLogger(__name__)