Commit Graph

11 Commits (2fd511b906f58220e207a827983470697ea7045b)

Author SHA1 Message Date
Monty Taylor 850ed126e2 Remove duplicate shade requirement 9 years ago
Monty Taylor 94a8b6dccc Make sure we're always returning objects too 9 years ago
dagnello d7f65af6d9 Resolving secgroup.id issue in this module
secgroup['id'] was not being returned in all cases where the
specified security group exists.
9 years ago
Monty Taylor d8c51a67f3 Actually use changed variable 9 years ago
Monty Taylor 1a11f07d29 Return the secgroup for all present states 9 years ago
Monty Taylor ef22008cac Return secgroup, not just id 9 years ago
Brian Coca 898e338318 minor doc fixes 9 years ago
David Shrewsbury e5cedc617a Remove 'result' value
This value is pretty much useless, and a holdover from the old
module code. Let's remove it.
9 years ago
David Shrewsbury 5be1b64b85 Update the docstring for os_security_group
Indicate that idempotence is on security group names, and give
an example for updating a security group description.
9 years ago
David Shrewsbury c298741aa6 Update for latest shade API
Shade version 0.7.0 introduces new API methods for creating,
deleting, and updating security groups. Let's use those and
clean up the module.
9 years ago
Monty Taylor 1e14e51150 Add OpenStack Security Group support
Two modules - one for security groups and one to manage rules in a
security group.
9 years ago