Patch up the imports.

This commit is contained in:
Joshua Harlow
2013-05-22 18:03:33 -07:00
parent 4aabe763ca
commit ad23ee6fb1

View File

@@ -18,14 +18,15 @@
""" Celery Configuration File """
import logging
from taskflow.common import config
from oslo.config import cfg
config.register_celery_opts()
from oslo.cfg import cfg
LOG = logging.getLogger(__name__)
BROKER_URL = cfg.CFG('celery_mq')
CELERY_RESULT_BACKEND = "database"
CELERY_RESULT_DBURI = cfg.CFG('celery_backend')