Remove unused MAX_RETRIES

Change-Id: Ia9141bb2470fd044ae04cb4fd49e52ba638b178c
This commit is contained in:
Mohammed Naser 2019-07-19 12:32:45 -04:00
parent 74a9856ca0
commit 43a7f54245
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"}