From f2e5c56297a00ebf4b5029b702f8441adca83a8e Mon Sep 17 00:00:00 2001 From: "Jay S. Bryant" Date: Fri, 20 Feb 2015 16:45:29 -0600 Subject: [PATCH] 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 --- cinder/openstack/common/systemd.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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__) -- 2.45.2