Remove unused MAX_RETRIES
Change-Id: Ia9141bb2470fd044ae04cb4fd49e52ba638b178c
This commit is contained in:
parent
74a9856ca0
commit
43a7f54245
@ -18,9 +18,6 @@ set -e -u -x
|
||||
|
||||
## Variables -----------------------------------------------------------------
|
||||
|
||||
# Successerator: How many times do we try before failing
|
||||
export MAX_RETRIES=${MAX_RETRIES:-"2"}
|
||||
|
||||
# tempest and testr options, default is to run tempest in serial
|
||||
export TESTR_OPTS=${TESTR_OPTS:-''}
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
|
||||
## Vars ----------------------------------------------------------------------
|
||||
LINE='----------------------------------------------------------------------'
|
||||
MAX_RETRIES=${MAX_RETRIES:-5}
|
||||
ANSIBLE_PARAMETERS=${ANSIBLE_PARAMETERS:-""}
|
||||
STARTTIME="${STARTTIME:-$(date +%s)}"
|
||||
COMMAND_LOGS=${COMMAND_LOGS:-"/openstack/log/ansible_cmd_logs"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user