backporting gear worker into a Yelp gearman environment.
Change-Id: Id7ee1056fd2a6e35fd2a8c12e514767031e490c6
This commit is contained in:
@@ -23,8 +23,8 @@ import threading
|
|||||||
import time
|
import time
|
||||||
import uuid as uuid_module
|
import uuid as uuid_module
|
||||||
|
|
||||||
from gear import constants
|
from libra.gear import constants
|
||||||
from gear.acl import ACLError, ACLEntry, ACL # noqa
|
from libra.gear.acl import ACLError, ACLEntry, ACL # noqa
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import Queue as queue
|
import Queue as queue
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
import json
|
import json
|
||||||
import socket
|
import socket
|
||||||
import gear
|
from libra import gear #TODO
|
||||||
from oslo.config import cfg
|
from oslo.config import cfg
|
||||||
from libra.worker.controller import LBaaSController
|
from libra.worker.controller import LBaaSController
|
||||||
from libra.openstack.common import log
|
from libra.openstack.common import log
|
||||||
|
Reference in New Issue
Block a user