Merge "Add Backup Service to 'cinder-all' script"

This commit is contained in:
Jenkins 2014-01-22 03:41:49 +00:00 committed by Gerrit Code Review
commit 8232e16a26

View File

@ -69,7 +69,7 @@ if __name__ == '__main__':
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):