<div dir="ltr">Hi,<div>I using the following setup for Octavia load balancer on OVS</div><div>Ansible openstack_user_config.yml</div><div>    - network:<br></div><div>        container_bridge: "br-lbaas"<br>        container_type: "veth"<br>        container_interface: "eth14"<br>        host_bind_override: "eth14"<br>        ip_from_q: "octavia"<br>        type: "flat"<br>        net_name: "octavia"<br>        group_binds:<br>          - neutron_openvswitch_agent<br>          - octavia-worker<br>          - octavia-housekeeping<br>          - octavia-health-manager<br></div><div><br></div><div>user_variables.yml<br></div><div>octavia_provider_network_name: "octavia"<br></div><div>octavia_provider_network_type: flat<br>octavia_neutron_management_network_name: lbaas-mgmt<br></div><div><br></div><div>/etc/netplan/50-cloud-init.yaml</div><div> br-lbaas:<br>            dhcp4: no<br>            interfaces: [ bond10 ]<br>            addresses: []<br>            parameters:<br>                stp: false<br>                forward-delay: 0<br></div><div> bond10:<br>            dhcp4: no<br>            addresses: []<br>            interfaces: [ens16]<br>            parameters:<br>                mode: balance-tlb<br></div><div><br></div><div>brctl show</div><div>bridge name     bridge id                         STP enabled     interfaces<br>br-lbaas            8000.d60e4e80f672       no                      2ea34552_eth14<br>                                                                                          bond10<br></div><div><br></div><div>However, I am getting the following error when creating the load balance<br></div><div>octavia.amphorae.drivers.haproxy.rest_api_driver [-] Could not connect to instance. Retrying.: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='172.29.233.47', port=9443<br></div><div><br></div><div>The Octavia api container unable to connect to the amphora instance.<br></div><div>Any missing configuration, cause I need to manually add in the eth14 interface to the br-lbaas bridge in order to fix the connection issue<br></div><div>brctl addif br-lbaas eth14<br></div><div><br></div><div>Thanks</div></div>