From: Jay S. Bryant Date: Fri, 20 Feb 2015 22:45:29 +0000 (-0600) Subject: Update 'systemd' module from oslo-incubator X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f2e5c56297a00ebf4b5029b702f8441adca83a8e;p=openstack-build%2Fcinder-build.git Update 'systemd' module from oslo-incubator This sync is needed as part of the clean up so that we can move to the new oslo_log library. Current HEAD in OSLO: --------------------- commit e589dde0721a0a67e4030813e582afec6e70d042 Date: Wed Feb 18 03:08:12 2015 +0000 Merge "Have a little fun with release notes" Changes merged with this patch: --------------------- 2fbf5065 - Remove oslo.log code and clean up versionutils API Change-Id: I6d566416d021a95ddd1f212341104cef7aea2dda --- diff --git a/cinder/openstack/common/systemd.py b/cinder/openstack/common/systemd.py index d60befd72..36243b342 100644 --- a/cinder/openstack/common/systemd.py +++ b/cinder/openstack/common/systemd.py @@ -16,12 +16,11 @@ Helper module for systemd service readiness notification. """ +import logging import os import socket import sys -from cinder.openstack.common import log as logging - LOG = logging.getLogger(__name__)