aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/objects.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/objects.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/objects.py')
-rw-r--r--os_net_config/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/os_net_config/objects.py b/os_net_config/objects.py
index 79d83e7..8115b38 100644
--- a/os_net_config/objects.py
+++ b/os_net_config/objects.py
@@ -16,7 +16,7 @@
import logging
import netaddr
-from openstack.common import strutils
+from oslo_utils import strutils
from os_net_config import utils