Red Hat Training

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

8.56. neutron firewall-update

usage: neutron firewall-update [-h] [--request-format {json}] [--name NAME]
                               [--description DESCRIPTION]
                               [--router ROUTER | --no-routers]
                               [--policy POLICY]
                               [--admin-state-up {True,False}]
                               FIREWALL
Update a given firewall.

Positional arguments

FIREWALL


        ID or name of firewall to update.

Optional arguments

-h, --help


        show this help message and exit

--request-format {json}


      DEPRECATED! Only JSON request format is supported.

--name NAME


        Name for the firewall.

--description DESCRIPTION


      Description for the firewall.

--router ROUTER ID


        or name of the router associated with the firewall
      (requires FWaaS router insertion extension to be
      enabled). This option can be repeated.

--no-routers


        Associate no routers with the firewall (requires FWaaS
      router insertion extension).

--policy POLICY ID


        or name of the firewall policy associated to this
      firewall.

--admin-state-up {True,False}


      Update the admin state for the firewall (True means
      UP).