peterknife / boto

Automatically exported from code.google.com/p/boto
0 stars 0 forks source link

Tags are not handled properly for ec2 objects #459

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current implementation lets you create tags, list them and delete them but it 
doesn't properly handle the tags that can appear in the XML responses for 
requests like DescribeInstances, DescribeImages, etc.  These tags should be 
collected and made available as an attribute of the resulting python object.

Original issue reported on code.google.com by Mitch.Ga...@gmail.com on 29 Sep 2010 at 12:19

GoogleCodeExporter commented 9 years ago
Fixed in 
http://github.com/boto/boto/commit/479d0f0037a441e23fe0e4f6b9a6ea24d8ed75d1

Original comment by Mitch.Ga...@gmail.com on 29 Sep 2010 at 12:34