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
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__)