Hi, I'm working on kolla-ansible to add ovn-relay, https://review.opendev.org/c/openstack/kolla-ansible/+/929646
I am trying to configure relay using config file: ``` { "remotes": { "{{ ovn_sb_connection_shuffled }}": { "inactivity-probe": 60000 } }, "databases": { "OVN_Southbound": { "service-model": "relay", "source": { "ptcp:{{ api_interface_address }}:{{ ovn_sb_db_relay_port }}": { "inactivity-probe": 60000 }, } } } } ``` Here which remote is the good old --remote that will be exposed on relay host?
_______________________________________________ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss