[boto] r1324 committed - Fixing case of SubnetId parameter.

1 view
Skip to first unread message

codesite...@google.com

unread,
Oct 19, 2009, 10:11:28 PM10/19/09
to boto-...@googlegroups.com
Revision: 1324
Author: Mitch.Garnaat
Date: Mon Oct 19 19:10:24 2009
Log: Fixing case of SubnetId parameter.
http://code.google.com/p/boto/source/detail?r=1324

Modified:
/trunk/boto/ec2/connection.py

=======================================
--- /trunk/boto/ec2/connection.py Tue Sep 29 15:09:12 2009
+++ /trunk/boto/ec2/connection.py Mon Oct 19 19:10:24 2009
@@ -364,7 +364,7 @@
if monitoring_enabled:
params['Monitoring.Enabled'] = 'true'
if subnet_id:
- params['subnetId'] = subnet_id
+ params['SubnetId'] = subnet_id
return self.get_object('RunInstances', params, Reservation,
verb='POST')

def terminate_instances(self, instance_ids=None):

Reply all
Reply to author
Forward
0 new messages