
Recently cliff introduced a sphinx extension directive named autoprogram-cliff which genarates command-line help automatically. By using it, we no longer need to write command-line help document separately. Also fixes minor string substitution issue in a BGPVPN command. Note that the new cliff release with the directive is not released yet, but there are several number of OSC plugin commands proposed and having a local copy would help such developers. Change-Id: I6b1aee89f406ac449fbc43e210c4ca7ad901b19b
13 lines
356 B
ReStructuredText
13 lines
356 B
ReStructuredText
===================
|
|
firewall group rule
|
|
===================
|
|
|
|
A **firewall group rule** represents a collection of attributes like ports, IP
|
|
addresses which define match criteria and action (allow, or deny) that needs to
|
|
be taken on the matched data traffic.
|
|
|
|
Network v2
|
|
|
|
.. autoprogram-cliff:: openstack.neutronclient.v2
|
|
:command: firewall group rule *
|