Commit Graph

3 Commits (24327b39b20628aeefad7509cc0293bd83ddbef1)

Author SHA1 Message Date
Richard C Isaacson db3a6ce14c Bump relased in version and update module snippets.
Closes GH-5069
11 years ago
John Dewey ed3b65b532 Made a few canges as I learn more about modules
* Set check_mode to False, am not supporting this ATM.
* Cleaned up delete/create() into single update().
* Return the group_id if created or found so tasks can be chained.
11 years ago
John Dewey 8d3aa464b2 Added module to handle nova security groups
This module is loosely based on ec2_group module.  However, rules are
handled slightly differently.  Specific rules are able to be removed vs
removing all "rogue" [1] rules.

[1] Rogue rules are existing security group rules, which are
    not included in the `rules` dict.
11 years ago