Merge "Publish backup capabilities to a scheduler"
This commit is contained in:
		@@ -66,6 +66,7 @@ def _launch_backup_process(launcher, num_process):
 | 
			
		||||
    try:
 | 
			
		||||
        server = service.Service.create(binary='cinder-backup',
 | 
			
		||||
                                        coordination=True,
 | 
			
		||||
                                        service_name='backup',
 | 
			
		||||
                                        process_number=num_process)
 | 
			
		||||
    except Exception:
 | 
			
		||||
        LOG.exception('Backup service %s failed to start.', CONF.host)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user