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 e35217d51a
1 changed files with 0 additions and 1 deletions

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__)