Red Hat Training

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

8.128. neutron lbaas-listener-update

usage: neutron lbaas-listener-update [-h] [--request-format {json}]
                                     [--description DESCRIPTION]
                                     [--connection-limit CONNECTION_LIMIT]
                                     [--default-pool DEFAULT_POOL]
                                     [--name NAME]
                                     [--admin-state-up {True,False}]
                                     LISTENER
LBaaS v2 Update a given listener.

Positional arguments

LISTENER


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

--connection-limit CONNECTION_LIMIT


      The maximum number of connections per second allowed
      for the vip. Positive integer or -1 for unlimited
      (default).

--default-pool DEFAULT_POOL


      Default pool for the listener.

--name NAME


        Name of the listener.

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


      Specify the administrative state of the listener.
      (True meaning "Up")