blob: adb8d05d39426fb73158a7234434666a82ae9704 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
==============
firewall group
==============
A **firewall group** is a perimeter firewall management to Networking.
Firewall group uses iptables to apply firewall policy to all VM ports and
router ports within a project.
Network v2
.. 'firewall group *' cannot be used below as it matches 'firewall group rule
*' or 'firewall group policy *'.
.. autoprogram-cliff:: openstack.neutronclient.v2
:command: firewall group create
.. autoprogram-cliff:: openstack.neutronclient.v2
:command: firewall group delete
.. autoprogram-cliff:: openstack.neutronclient.v2
:command: firewall group list
.. autoprogram-cliff:: openstack.neutronclient.v2
:command: firewall group set
.. autoprogram-cliff:: openstack.neutronclient.v2
:command: firewall group show
.. autoprogram-cliff:: openstack.neutronclient.v2
:command: firewall group unset
|