Red Hat Training

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

8.34. neutron bgp-speaker-update

usage: neutron bgp-speaker-update [-h] [--request-format {json}] [--name NAME]
                                  [--advertise-floating-ip-host-routes {True,False}]
                                  [--advertise-tenant-networks {True,False}]
                                  BGP_SPEAKER
Update BGP Speaker's information.

Positional arguments

BGP_SPEAKER


        ID or name of bgp_speaker 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 BGP speaker to update.

--advertise-floating-ip-host-routes {True,False}


      Whether to enable or disable the advertisement of
      floating-ip host routes by the BGP speaker. By default
      floating ip host routes will be advertised by the BGP
      speaker.

--advertise-tenant-networks {True,False}


      Whether to enable or disable the advertisement of
      tenant network routes by the BGP speaker. By default
      tenant network routes will be advertised by the BGP
      speaker.