Merge "Remove unused opt import in scheduler.driver"

This commit is contained in:
Jenkins 2013-01-10 05:40:02 +00:00 committed by Gerrit Code Review
commit d91ef66449

View File

@ -51,7 +51,6 @@ scheduler_driver_opts = [
CONF = cfg.CONF
CONF.register_opts(scheduler_driver_opts)
CONF.import_opt('compute_topic', 'nova.compute.rpcapi')
CONF.import_opt('instances_path', 'nova.compute.manager')
CONF.import_opt('libvirt_type', 'nova.virt.libvirt.driver')