Merge "Publish backup capabilities to a scheduler"

This commit is contained in:
Zuul
2020-01-14 19:50:21 +00:00
committed by Gerrit Code Review
9 changed files with 68 additions and 10 deletions

View File

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