GitHub user net613 opened a pull request: https://github.com/apache/libcloud/pull/816
Aliyun ecs: Add support for deleting security group ## Changes Title (replace this with a logical title for your changes) ### Description Currently for Aliyun ECS, you cannot delete a security group through ecs deriver. ### Status Replace this: describe the PR status. Examples: - work in progress - done, ready for review ### Checklist (tick everything that applies) - [ ] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) - [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) You can merge this pull request into a Git repository by running: $ git pull https://github.com/net613/libcloud aliyun_ecs_support_deleting_security_group Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/816.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #816 ---- commit 2f64a12789284287f50df980afd26940f0bdf691 Author: netgenius <wuhen...@otcaix.iscas.ac.cn> Date: 2016-06-10T16:15:58Z Aliyun ecs: Add support for creating security group commit 27dce081b7f0b630754c5d14ffaa500535dd4c87 Author: netgenius <wuhen...@otcaix.iscas.ac.cn> Date: 2016-06-11T09:36:53Z rename to ex_create_security_group(self, description=None, client_token=None) commit c21df6c2416e2089eacf73d6ee2c2e41ffd1f117 Author: netgenius <wuhen...@otcaix.iscas.ac.cn> Date: 2016-06-11T09:42:56Z fix E127 continuation line over-indented for visual indent commit fec42f0cbb45f27d04a3a3c3f44f075994152db2 Author: net613 <wuhen...@otcaix.iscas.ac.cn> Date: 2016-06-15T01:00:54Z Merge branch 'trunk' of https://github.com/apache/libcloud into trunk commit e9a3f20a7c7ed50768bec8b02750155fa130e8c1 Author: net613 <wuhen...@otcaix.iscas.ac.cn> Date: 2016-06-15T15:36:20Z add a blank commit 4784ef772c3ffdef8a02a830feaeffd75e132e8f Author: net613 <wuhen...@otcaix.iscas.ac.cn> Date: 2016-06-15T15:52:31Z delete a blank commit b5ca5aa25ad2793b49c0e68b25d0ebb965fbb408 Author: netgenius <wuhen...@otcaix.iscas.ac.cn> Date: 2016-06-16T14:22:04Z aliyun ecs: support deleting security group ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---