Merge "Add Backup Service to 'cinder-all' script"
This commit is contained in:
commit
8232e16a26
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user