Skip to content

Commit

Permalink
Added debug option for vpc Checking
Browse files Browse the repository at this point in the history
  • Loading branch information
mcianfrocco committed Jul 1, 2017
1 parent 3a3299a commit 9cac355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws/launch_AWS_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ def launchInstance(params,keyName,keyPath,AMI,AWS_ACCOUNT_ID):
if numVPCs == 0:
print 'Error: No VPCs found. Exiting'
sys.exit()

if params['debug'] is True:
print 'vpcCheckFlag=%i' %(vpcCheckFlag)
##Loop over all VPCs
vpcCounter=0
while vpcCounter < numVPCs:
Expand Down
Binary file modified aws_build_linux/launch_AWS_instance.py
Binary file not shown.

0 comments on commit 9cac355

Please sign in to comment.