Migrate to oslo.utils

This removes akanda.rug's minimal usage of openstack.common.importutils
in favor of the equivalent oslo_utils.import_utils.

Note the old module is still left in place as its used by other old
oslo-incubator things.

Change-Id: I256c87db84d55fb6957252d2593b9ed15b7f35aa
This commit is contained in:
Adam Gandelman 2015-05-14 11:30:10 -07:00
parent bd8d9c177d
commit 4cd899cbb2
2 changed files with 6 additions and 3 deletions

View File

@ -22,12 +22,14 @@ import time
import uuid
import netaddr
from oslo.config import cfg
from oslo_context import context
from neutronclient.v2_0 import client
from oslo.config import cfg
from oslo_context import context
from oslo_utils import importutils
from akanda.rug.common.linux import ip_lib
from akanda.rug.openstack.common import importutils
from akanda.rug.openstack.common.rpc import proxy
from akanda.rug.openstack.common import log as logging

View File

@ -4,6 +4,7 @@ python-neutronclient>=2.3.0,<3
oslo.config>=1.2.0
oslo.context>=0.2.0,<0.3.0
oslo.serialization>=1.4.0,<1.5.0
oslo.utils>=1.4.0,<1.5.0
kombu>=2.4.8
WebOb>=1.2.3,<1.3
python-novaclient>=2.15.0