Merge "Remove unused import of the compute_topic option from the DB API"

This commit is contained in:
Jenkins 2015-07-27 11:57:31 +00:00 committed by Gerrit Code Review
commit c5fa84d616

View File

@ -125,7 +125,6 @@ CONF = cfg.CONF
CONF.register_opts(db_opts)
CONF.register_opts(oslo_db_options.database_opts, 'database')
CONF.register_opts(api_db_opts, group='api_database')
CONF.import_opt('compute_topic', 'nova.compute.rpcapi')
LOG = logging.getLogger(__name__)