Sync loopingcall from oslo-incubator for os-brick

In order for os-brick to be able to be updated to
use the oslo.log library this updated needs to be made
to update loopingcall to no longer use the old incubator
version of oslo log.

Current HEAD in OSLO:
---------------------
commit:  9117130d7e73a18f0720ecb264a0a85aa26d3816
Date:  Fri Apr 10 11:39:29 2015 +0200
Test loopingcall and threadgroup on Python 3

Changes merged with this patch:
--------------------------------
2fbf5065 -  Remove oslo.log code and clean up versionutils API

Change-Id: I2a26dd6464f9bcb95898b29a1a2e45aee250899f
This commit is contained in:
Jay S. Bryant 2015-04-14 22:30:05 -05:00
parent 9f30633097
commit 63ae359d03
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
import sys
import time
@ -22,7 +23,6 @@ from eventlet import event
from eventlet import greenthread
from os_brick.openstack.common._i18n import _LE, _LW
from os_brick.openstack.common import log as logging
LOG = logging.getLogger(__name__)