Merge "Enable upstream Cinder volume backup/restore capabilities"

This commit is contained in:
Zuul 2018-09-26 21:42:28 +00:00 committed by Gerrit Code Review
commit f77c2e1146
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