summaryrefslogtreecommitdiff
path: root/openstackclient/network/v2/security_group_rule.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a missing i18n support in security_group_rule.pyHuanxuan Ao2016-06-211-2/+2
* Support bulk deletion for commands that exist in both network and compute.Huanxuan Ao2016-06-151-5/+11
* osc-lib: parseractionsDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+1
* osc-lib: exceptionsDean Troyer2016-06-131-2/+3
* Fix i18n support for help and error msg in networkTang Chen2016-05-161-2/+2
* Additional network protocol supportRichard Theis2016-05-141-32/+152
* Add options to security group rule listRichard Theis2016-04-181-3/+43
* State i18() changes and help messages improvedTang Chen2016-04-181-14/+14
* Add project options to security group rule createRichard Theis2016-04-111-0/+15
* Add network options to security group rule createRichard Theis2016-04-111-12/+47
* Refactor security group rule list to use SDKRichard Theis2016-03-281-0/+115
* Support security group name for --src-groupRichard Theis2016-03-231-2/+10
* Refactor security group rule create to use SDKRichard Theis2016-03-231-0/+100
* Fix dict.keys() compatibility for python 3Tang Chen2016-03-121-1/+1
* Refactor security group show to use SDKRichard Theis2016-03-101-29/+2
* Add "security group rule show" commandRichard Theis2016-02-231-0/+86
* Refactor security group rule delete to use SDKRichard Theis2016-02-101-0/+35