#!/bin/bash

function configure_ovn_bgp_service_plugin {
    neutron_service_plugin_class_add "ovn-bgp"
}
