Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #256 from irskep/az_fix_2
Browse files Browse the repository at this point in the history
Fixed API param of availability zone placement (again)
  • Loading branch information
garnaat committed Jul 13, 2011
2 parents 603066b + 1db5b5e commit b71c122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/emr/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def _build_instance_args(self, ec2_keyname, availability_zone, master_instance_t
if ec2_keyname:
params['Instances.Ec2KeyName'] = ec2_keyname
if availability_zone:
params['Placement.AvailabilityZone'] = availability_zone
params['Instances.Placement.AvailabilityZone'] = availability_zone

return params

Expand Down

0 comments on commit b71c122

Please sign in to comment.