Skip to content

Commit

Permalink
Merge remote branch 'liraz/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
alonswartz committed Nov 19, 2012
2 parents 0dd697f + c84f118 commit 55a3fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudtask/reporter.py
Expand Up @@ -101,7 +101,7 @@ def fmt_taskconf(taskconf):
table = []
for attr in ('split', 'command',
'ec2-region', 'ec2-size', 'ec2-type',
'user', 'backup-id', 'workers',
'user', 'backup-id', 'ami-id', 'workers',
'overlay', 'post', 'pre', 'timeout', 'report'):

val = taskconf[attr.replace('-', '_')]
Expand Down
2 changes: 1 addition & 1 deletion cloudtask/task.py
Expand Up @@ -121,7 +121,7 @@ def filter(job):

for attr in ('split', 'command', 'hub-apikey',
'ec2-region', 'ec2-size', 'ec2-type',
'user', 'backup-id', 'workers',
'user', 'backup-id', 'ami-id', 'workers',
'overlay', 'post', 'pre', 'timeout', 'report'):

val = taskconf[attr.replace('-', '_')]
Expand Down

0 comments on commit 55a3fdc

Please sign in to comment.