Backup service is missing in 'cinder-all' script, this patch simply
add it so that this all-in-one script could launch all Cinder
Services.
Change-Id: I29c7355baabddd18a14fe9f97b71f58d24a033dc
except (Exception, SystemExit):
LOG.exception(_('Failed to load osapi_volume'))
- for binary in ['cinder-volume', 'cinder-scheduler']:
+ for binary in ['cinder-volume', 'cinder-scheduler', 'cinder-backup']:
try:
servers.append(service.Service.create(binary=binary))
except (Exception, SystemExit):