X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fnetworkconfiguration%2Fneutron%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetworkconfig%2Fneutron%2Fnorthbound%2FNeutronNorthboundRSApplication.java;h=96d72cb9262657565973651a46a5940355db1064;hb=a3ff4b68093e6d675a92159e0efa2525af32d644;hp=9abcca7c53466880de769f93324ad09577142bf8;hpb=dcbf09a50b0f7fb437386f0433bd4464db1193de;p=controller.git diff --git a/opendaylight/northbound/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronNorthboundRSApplication.java b/opendaylight/northbound/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronNorthboundRSApplication.java index 9abcca7c53..96d72cb926 100644 --- a/opendaylight/northbound/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronNorthboundRSApplication.java +++ b/opendaylight/northbound/networkconfiguration/neutron/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronNorthboundRSApplication.java @@ -38,6 +38,11 @@ public class NeutronNorthboundRSApplication extends Application { classes.add(NeutronFirewallNorthbound.class); classes.add(NeutronFirewallPolicyNorthbound.class); classes.add(NeutronFirewallRulesNorthbound.class); + classes.add(NeutronLoadBalancerNorthbound.class); + classes.add(NeutronLoadBalancerListenerNorthbound.class); + classes.add(NeutronLoadBalancerPoolNorthbound.class); + classes.add(NeutronLoadBalancerHealthMonitorNorthbound.class); + classes.add(NeutronLoadBalancerPoolMembersNorthbound.class); return classes; }