aboutsummaryrefslogtreecommitdiffstats
path: root/patches/opnfv-fuel/0026-deploy.sh-accept-a-timeout-flag-T.patch
AgeCommit message (Collapse)AuthorFilesLines
2016-05-10[fuel] deploy.sh: Add timeout flag on fuelJosep Puigdemont1-0/+81
Some PODs might need to increase the default timeout value. The patch introduces the -T flag to Fuel's deploy script, that can be used to set the timeout. If the flag is not given, it will look into the DEPLOY_TIMEOUT environment variable and use that value instead, otherwise the default vaule in deploy.py will be used. Change-Id: I835473190673dd8646d0da48c2dbd3bb5e13046d Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> (cherry picked from commit 8a6c5f736ab571796549ad7369a9dbfd6680cfef)