Enable upstream Cinder volume backup/restore capabilities

Add cinder-backup as a restart-cinder service

Story Id: 2003115
Task Id: 26393

Depends-On: I85b9f791f6ce80a150909ff46d134e4b455a220e
Change-Id: Ic28661e52a3c6742840e4575741b95c2058eadb9
Signed-off-by: Wei Zhou <wei.zhou@windriver.com>
This commit is contained in:
Wei Zhou 2018-09-12 14:11:21 -04:00
parent 3ecf6cfd24
commit 4d02905e54
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ declare -i GLOBAL_RC=$PATCH_STATUS_OK
# Syntax:("<service_name> <timeout> <initialize_interval> <behavior after timeout>"\)
SERVICES=("cinder-volume 30 30 kill"\
"cinder-scheduler 50 20 kill"\
"cinder-backup 30 30 kill"\
"cinder-api 30 20 kill")
# where:
# <service_name> = name of executable file reported by ps