backporting gear worker into a Yelp gearman environment.

Change-Id: Id7ee1056fd2a6e35fd2a8c12e514767031e490c6
This commit is contained in:
German Eichberger 2014-06-23 10:54:06 -07:00 committed by Jamie McCarthy
parent 6cb22c40cf
commit 43e8447bdd
2 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@ import threading
import time
import uuid as uuid_module
from gear import constants
from gear.acl import ACLError, ACLEntry, ACL # noqa
from libra.gear import constants
from libra.gear.acl import ACLError, ACLEntry, ACL # noqa
try:
import Queue as queue

View File

@ -14,7 +14,7 @@
import json
import socket
import gear
from libra import gear #TODO
from oslo.config import cfg
from libra.worker.controller import LBaaSController
from libra.openstack.common import log