Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

8.43. neutron firewall-policy-create

usage: neutron firewall-policy-create [-h] [-f {json,shell,table,value,yaml}]
                                      [-c COLUMN] [--max-width <integer>]
                                      [--noindent] [--prefix PREFIX]
                                      [--request-format {json}]
                                      [--tenant-id TENANT_ID] [--shared]
                                      [--audited] [--description DESCRIPTION]
                                      [--firewall-rules FIREWALL_RULES]
                                      NAME
Create a firewall policy.

Positional arguments

NAME


        Name for the firewall policy.

Optional arguments

-h, --help


        show this help message and exit

--request-format {json}


      DEPRECATED! Only JSON request format is supported.

--tenant-id TENANT_ID


      The owner tenant ID.

--shared


        Create a shared policy.

--audited


        Sets audited to True.

--description DESCRIPTION


      Description for the firewall policy.

--firewall-rules FIREWALL_RULES


      Ordered list of whitespace-delimited firewall rule
      names or IDs; e.g., --firewall-rules "rule1 rule2"