Remove more unused opts from nova.scheduler.driver
libvirt_type is unused here since 5b85997 instances_path is unused here since 30aec4a Change-Id: Ic32775be84b3f46b1d4f117701ebb6e352f1f93c
This commit is contained in:
		@@ -51,8 +51,6 @@ scheduler_driver_opts = [
 | 
			
		||||
 | 
			
		||||
CONF = cfg.CONF
 | 
			
		||||
CONF.register_opts(scheduler_driver_opts)
 | 
			
		||||
CONF.import_opt('instances_path', 'nova.compute.manager')
 | 
			
		||||
CONF.import_opt('libvirt_type', 'nova.virt.libvirt.driver')
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def handle_schedule_error(context, ex, instance_uuid, request_spec):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user