Merge "Remove unused MAX_RETRIES"

This commit is contained in:
Zuul 2019-07-20 11:16:56 +00:00 committed by Gerrit Code Review
commit 0f970aa3b1
2 changed files with 0 additions and 4 deletions

View File

@ -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:-''}

View File

@ -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"}