Merge "Cleanup unused conf variables"

This commit is contained in:
Jenkins 2016-03-25 10:08:00 +00:00 committed by Gerrit Code Review
commit f7e0a96b89
2 changed files with 0 additions and 8 deletions

View File

@ -15,16 +15,11 @@
#
# @author: Stéphane Albert
#
from oslo_config import cfg
from cloudkitty.common import rpc
from cloudkitty import orchestrator
from cloudkitty import service
CONF = cfg.CONF
def main():
service.prepare_service()
rpc.init()

View File

@ -15,7 +15,6 @@
#
# @author: Stéphane Albert
#
from oslo_config import cfg
from oslo_db.sqlalchemy import utils
import sqlalchemy
@ -25,8 +24,6 @@ from cloudkitty.db import api
from cloudkitty.db.sqlalchemy import migration
from cloudkitty.db.sqlalchemy import models
CONF = cfg.CONF
def get_backend():
return DBAPIManager