]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Update 'systemd' module from oslo-incubator
authorJay S. Bryant <jsbryant@us.ibm.com>
Fri, 20 Feb 2015 22:45:29 +0000 (16:45 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Fri, 20 Feb 2015 22:45:29 +0000 (16:45 -0600)
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

index d60befd72e4a91059f7cbe043e33c51b4015f474..36243b342abdfee9eb9d232ba37a03f603810b0d 100644 (file)
 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__)