summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/security_group.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor security group delete to use SDKRichard Theis2016-02-021-22/+0
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-39/+7
* Further improve output for "os security group show"Richard Theis2016-01-061-1/+19
* Merge "Add support to list all security group rules"Jenkins2016-01-041-11/+21
|\
| * Add support to list all security group rulesRichard Theis2015-12-171-11/+21
* | Improve output for "os security group show"Richard Theis2015-12-231-1/+1
* | Merge "Trivial: Remove useless return from files in compute."Jenkins2015-12-161-2/+0
|\ \ | |/ |/|
| * Trivial: Remove useless return from files in compute.Tang Chen2015-12-171-2/+0
* | Remote security group name not displayed for ruleRichard Theis2015-12-141-0/+6
* | Add source security group support to create ruleRichard Theis2015-12-071-2/+10
|/
* Switch to ksa SessionDean Troyer2015-12-021-2/+2
* Refactor: Order of security group class namesRichard Theis2015-11-251-123/+123
* Doc: Add security group and security group ruleRichard Theis2015-11-241-10/+10
* Merge "Use a common decorator to log 'take_action' activation"Jenkins2015-09-111-4/+4
|\
| * Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-4/+4
* | Properly handle port arguments for ICMPDean Troyer2015-09-031-4/+7
|/
* Fix security group list commandTerryHowe2015-06-021-1/+1
* Security group rule delete brokenTerryHowe2015-05-071-35/+4
* Merge "Fix security group create description bug"Jenkins2015-04-231-1/+3
|\
| * Fix security group create description bugDean Troyer2015-04-221-1/+3
* | Security group rule create failsRamaraja Ramachandran2015-04-221-0/+1
|/
* Merge "Fix help messages"Jenkins2015-03-061-2/+2
|\
| * Fix help messagesRamaraja2015-03-041-2/+2
* | Handle novaclient >2.20.0Dean Troyer2015-03-031-1/+6
|/
* Don't import form keystoneclient.openstack.commonJamie Lennox2014-12-171-1/+1
* Fix security group list for non-adminDean Troyer2014-08-271-3/+9
* replace string format arguments with function parametersChristian Berendt2014-05-201-8/+8
* Fix format errors in nova security group rule listTerry Howe2014-02-201-7/+15
* Add security group commandsDean Troyer2013-07-291-0/+394