f99f7755b8
Change-Id: Iea6c60943b0fd611b87a5c2ba9bd7a73c91fc91d Related-Blueprint: Controller-maintenance-mode
13 lines
278 B
Plaintext
13 lines
278 B
Plaintext
# umm-tr - UMM time reset.
|
|
#
|
|
|
|
description "Openstack maintenance mode - time reset"
|
|
author "pzhurba@mirantis.com"
|
|
|
|
script
|
|
sleep 10
|
|
. /usr/lib/umm/umm_vars
|
|
sleep $(($COUNTER_RESET_TIME*60))
|
|
[ -f $UMM_DATA/UMM_DRC.var ] && rm $UMM_DATA/UMM_DRC.var
|
|
end script
|