Use oslo.utils and oslo.concurrency
Update openstack/common files and use oslo.utils, oslo.concurrency instead of modules from oslo-incubator. Additionally, sort and set requirements.txt to correct versions in openstack/requirements in order to ensure pep8 passes. Change-Id: I15f88a31a4c889bba27cd0cd1c7fc481c0c0b51e
This commit is contained in:

committed by
Jay Faulkner

parent
cf6386521b
commit
86ef5d368d
@ -14,9 +14,10 @@
|
||||
|
||||
import collections
|
||||
|
||||
from ironic_python_agent.openstack.common import gettextutils as gtu
|
||||
from oslo_concurrency import processutils
|
||||
|
||||
from ironic_python_agent.openstack.common import _i18n as gtu
|
||||
from ironic_python_agent.openstack.common import log as logging
|
||||
from ironic_python_agent.openstack.common import processutils
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
Reference in New Issue
Block a user