diff --git a/openstack/common/processutils.py b/openstack/common/processutils.py index 2b67d15..0074a76 100644 --- a/openstack/common/processutils.py +++ b/openstack/common/processutils.py @@ -19,7 +19,6 @@ System-level utilities and helper functions. """ -import logging import random import shlex @@ -27,6 +26,7 @@ from eventlet.green import subprocess from eventlet import greenthread from openstack.common.gettextutils import _ +from openstack.common import log as logging LOG = logging.getLogger(__name__)