Red Hat Training

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

8.163. neutron net-update

usage: neutron net-update [-h] [--request-format {json}] [--name NAME]
                          [--description DESCRIPTION]
                          [--qos-policy QOS_POLICY | --no-qos-policy]
                          [--dns-domain DNS_DOMAIN | --no-dns-domain]
                          NETWORK
Update network's information.

Positional arguments

NETWORK


        ID or name of network 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 of the network.

--description DESCRIPTION


      Description of this network.

--qos-policy QOS_POLICY


      ID or name of the QoS policy that shouldbe attached to
      the resource.

--no-qos-policy


        Detach QoS policy from the resource.

--dns-domain DNS_DOMAIN


      Assign DNS domain to the network (requires DNS
      integration extension.)

--no-dns-domain


        Unassign DNS domain from the network (requires DNS
      integration extension.)