GitHub user cderamus reopened a pull request:
https://github.com/apache/libcloud/pull/199
Issue LIBCLOUD-464: Add security group delete/destroy into the EC2 drive...
...r
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DivvyCloud/libcloud
LIBCLOUD-464_Add_Delete_Security_Group
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/199.patch
----
commit 19344ccb0caa7e3f532864558919e351f5025e5a
Author: Chris DeRamus <[email protected]>
Date: 2013-12-20T04:47:12Z
Issue LIBCLOUD-464: Add security group delete/destroy into the EC2 driver
commit 92b65cc6c33e1eb031133747c441de84c45320db
Author: Chris DeRamus <[email protected]>
Date: 2013-12-20T18:09:28Z
Break out the call into separate methods for group id/group name and add a
default destroy_group call
----