Red Hat Training

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

8.49. neutron firewall-policy-update

usage: neutron firewall-policy-update [-h] [--request-format {json}]
                                      [--description DESCRIPTION]
                                      [--firewall-rules FIREWALL_RULES]
                                      [--name NAME] [--shared {True,False}]
                                      [--audited {True,False}]
                                      FIREWALL_POLICY
Update a given firewall policy.

Positional arguments

FIREWALL_POLICY


        ID or name of firewall_policy to update.

Optional arguments

-h, --help


        show this help message and exit

--request-format {json}


      DEPRECATED! Only JSON request format is supported.

--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"

--name NAME


        Name for the firewall policy.

--shared {True,False}


      Update the sharing status of the policy. (True means
      shared).

--audited {True,False}


      Update the audit status of the policy. (True means
      auditing is enabled).