-
Small tweak to exception handling in roboto stuff.
garnaat committedSep 14, 2011
-
Fixing return value in docstring for create_placement_group. Closes #337
garnaat committedSep 13, 2011 -
Merge pull request #325 from memory/master
garnaat committedSep 13, 2011 allow get_all_hosted_zones to fetch >100 zones
-
Added check in connection.py for Google App Engine case.
mfschwartz committedSep 13, 2011
-
Adding some functionality to cloudwatch module. Also tweaked boto.uti…
garnaat committedSep 12, 2011 …ls.parse_ts to accept timestamps with milliseconds. Closes #338.
-
Changed BotoServerError handling of parse failure, not to throw out s…
mfschwartz committedSep 8, 2011 …tatus code
-
Security groups allow 0 as a port [closes GH-333]
mitchellh committedSep 8, 2011 -
Fix simple syntax error with authorize_sg_egress
mitchellh committedSep 8, 2011 -
VPC support for authorize_security_group_egress
mitchellh committedSep 8, 2011 -
VPC support for authorized_security_group
mitchellh committedSep 8, 2011 -
EC2 get_all_security_groups supports VPC IDs
mitchellh committedSep 8, 2011 -
EC2 delete security group for VPC
mitchellh committedSep 8, 2011 -
EC2 create_security_group supports VPC
mitchellh committedSep 8, 2011 -
Merge pull request #331 from mitchellh/vpc-subnet-vpcid
mitchellh committedSep 8, 2011 VPC: subnets now have a vpc_id attribute
-
VPC: subnets now have a vpc_id attribute
mitchellh committedSep 8, 2011
-
Merging changes from mitchellh, resolving conflicts.
garnaat committedSep 7, 2011 -
Merge branch 'master' of github.com:boto/boto
garnaat committedSep 7, 2011 -
Merge branch 'vpc-eip' of https://github.com/mitchellh/boto into mitc…
garnaat committedSep 7, 2011 …hellh-vpc-eip
-
Merge pull request #330 from ehebert/block-device-type-with-keyword-args
victortrac committedSep 7, 2011 Adds keyword arguments for members of the BlockDeviceType object.
-
Read association ID for elastic IP loads
mitchellh committedSep 7, 2011 -
mitchellh committed
Sep 7, 2011 * get_all_internet_gateways * create_internet_gateway * delete_internet_gateway * attach_internet_gateway * detach_internet_gateway
-
mitchellh committed
Sep 7, 2011 -
Merge pull request #327 from mitchellh/vpc-route-table
garnaat committedSep 7, 2011 Better VPC support
-
Merge pull request #322 from hblanks/master
garnaat committedSep 7, 2011 update emr's run_jobflow() so that it can take a list of InstanceGroups
-
Merge pull request #324 from mitchellh/master
garnaat committedSep 7, 2011 Fix filters to work with `get_all_vpcs`
-
Adds keyword arguments for members of the BlockDeviceType object.
ehebert committedSep 7, 2011 So that block devices type can be specified more concisely, while maintaining the same defaults that were previously set in the init. e.g., this patch allows: block_device_map = { '/dev/sdb': BlockDeviceType(ephemeral_name='ephemeral0'), '/dev/sdc': BlockDeviceType(ephemeral_name='ephemeral1') } instead of: sdb = BlockDeviceType() sdb.ephemeral_name = 'ephemeral0' sdc = BlockDeviceType() sdc.ephemeral_name = 'ephemeral1' block_device_map = { '/dev/sdb': sdb '/dev/sdc': sdc }
-
Better VPC support (read more for specifics)
mitchellh committedSep 7, 2011 * get_all_route_tables * associate_route_table * disassociate_route_table * create_route_table * delete_route_table * create_route * delete_route
-
fetch route53 hostedzones record sets larger than 100
Nathan J. Mehl committedSep 7, 2011 -
Interpolate filter for get_all_vpcs so that it works
mitchellh committedSep 7, 2011
-
Merge pull request #321 from hblanks/python2.5
garnaat committedSep 6, 2011 Add Python2.5 support for ELB and Cloudwatch
-
update emr's run_jobflow() so that it can take a list of InstanceGroups
Hunter Blanks committedSep 5, 2011 (as an alternative to num_instances + master/slave instance type)
-
add very partial tests for elb and cloudwatch
Hunter Blanks committedSep 5, 2011 -
update cloudwatch & elb to support Python 2.5; its enumerate() takes …
Hunter Blanks committedSep 5, 2011 …only one arg
-
Merge pull request #320 from mbudde/sdb-region-botocfg
garnaat committedSep 1, 2011 Look for default SDB region in boto.cfg
-
Look for default SDB region in boto.cfg
mbudde committedSep 1, 2011