mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
only retry one time
This commit is contained in:
@@ -112,7 +112,7 @@ def build_vms(scenario, project_dir, options)
|
||||
end
|
||||
|
||||
# if deploying to ovirt, when things fail to build, set the retry_count
|
||||
retry_count = OVirtFunctions::provider_ovirt?(options) ? 2 : 0
|
||||
retry_count = OVirtFunctions::provider_ovirt?(options) ? 1 : 0
|
||||
successful_creation = false
|
||||
|
||||
while retry_count and !successful_creation
|
||||
|
||||
Reference in New Issue
Block a user