summaryrefslogtreecommitdiff
path: root/boto/ec2/autoscale/launchconfig.py
diff options
context:
space:
mode:
authorrlotun <rlotun@gmail.com>2011-03-31 16:51:07 +0100
committerrlotun <rlotun@gmail.com>2011-03-31 16:51:07 +0100
commite80a70c8003a679c3bfb6f8704fbbd8bfbfeb6af (patch)
tree007a283c1525dcbca144fad7b929673b31b978d7 /boto/ec2/autoscale/launchconfig.py
parentf6b020f703ae48968313ac3335ca005bbafb69d7 (diff)
downloadboto-e80a70c8003a679c3bfb6f8704fbbd8bfbfeb6af.tar.gz
Simple autoscale unit tests and fixes.
Diffstat (limited to 'boto/ec2/autoscale/launchconfig.py')
-rw-r--r--boto/ec2/autoscale/launchconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/ec2/autoscale/launchconfig.py b/boto/ec2/autoscale/launchconfig.py
index 0c0c1cf3..fe19e1be 100644
--- a/boto/ec2/autoscale/launchconfig.py
+++ b/boto/ec2/autoscale/launchconfig.py
@@ -132,7 +132,7 @@ class LaunchConfiguration(object):
return self.security_groups
elif name == 'BlockDeviceMappings':
self.block_device_mappings = ResultSet([('member', BlockDeviceMapping)])
- return self.instances
+ return self.block_device_mappings
def endElement(self, name, value, connection):
if name == 'InstanceType':