summaryrefslogtreecommitdiff
path: root/openstackclient/network/v2/security_group_rule.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken openstackclient.networkStephen Finucane2023-05-101-75/+120
* Don't show tenant_id in network objectsDr. Jens Harbott2022-06-271-1/+1
* Get rid of tenant_id in the network commandsArtem Goncharov2022-01-171-4/+2
* Hide location columns for network objectsDr. Jens Harbott2021-12-161-1/+6
* Remove 'get_osc_show_columns_for_sdk_resource' duplicatesStephen Finucane2021-10-211-3/+1
* Allow to send extra attributes in Neutron related commandsSlawek Kaplonski2021-05-261-1/+5
* Support remote-address-group in SG rulesHang Yang2021-01-121-0/+14
* Merge "Always display direction for security group rules"Zuul2020-10-131-7/+10
|\
| * Always display direction for security group rulesSam Morrison2020-03-051-7/+10
* | Revert "Format location columns in network commands"Jens Harbott (frickler)2020-06-171-8/+2
|/
* Replace six.iteritems() with .items()lihaijing2020-01-091-2/+1
* neutron: autogenerate docsEric Fried2019-11-011-93/+112
* Format location columns in network commandsDean Troyer2019-08-301-2/+8
* Support IPv6 addresses betterBrian Haley2019-07-151-9/+40
* Merge "Change default security group protocol to 'any'"Zuul2019-06-221-6/+6
|\
| * Change default security group protocol to 'any'Brian Haley2019-05-061-6/+6
* | Remove deprecated network optionsSean McGinnis2019-05-191-55/+8
|/
* Ignore case in security group rule --ethertypeJim Rollenhagen2019-04-011-0/+9
* Allow creating security rules without protocolDaniel Speichert2017-10-171-3/+5
* Support icmp-type and icmp-code to be set as zerogvrangan2017-09-261-2/+2
* Low-level Compute v2 API: security group rulesDean Troyer2017-04-111-9/+9
* Low-level Compute v2 API: security groupDean Troyer2017-04-111-24/+18
* Fix output of ListSecurityGroupRuleJens Rosenboom2017-02-241-1/+1
* Handle log message interpolation by the logger in network/Gábor Antal2017-02-131-4/+4
* Fix security group rule list for NEtwork v2Dean Troyer2017-01-131-19/+26
* SDK Refactor: Prepare security group rule commandsAbhishek Raut2016-11-191-9/+11
* translate all command help strings3.4.0Steve Martinelli2016-11-171-4/+4
* Do proper deprecation for security group rule createDean Troyer2016-11-161-17/+47
* Merge "Not appropriate name sg rule attribute"Jenkins2016-11-101-16/+38
|\
| * Not appropriate name sg rule attributejudy-yu2016-11-041-16/+38
* | Merge "Add direction and protocol options to os security group rule list cmd"Jenkins2016-11-101-0/+30
|\ \
| * | Add direction and protocol options to os security group rule list cmdNam Nguyen Hoai2016-10-141-0/+30
| |/
* | Add 'description' optionSindhu Devale2016-11-081-0/+8
|/
* 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