X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fnetworkconfiguration%2Fneutron%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetworkconfig%2Fneutron%2Fnorthbound%2FNeutronNorthboundRSApplication.java;h=3fe03a2dac8de2f64d9ee2b9796befe72ab0e8b1;hp=76c39e4294dd05a0ada503edd05d1243c9b436f5;hb=c6ab5fdef3d0cc6fac96cb960839168ed7906b3a;hpb=350dbdeb0a3d942ba532ada1d1931baf591bec5b 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 76c39e4294..3fe03a2dac 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 @@ -32,6 +32,8 @@ public class NeutronNorthboundRSApplication extends Application { classes.add(NeutronPortsNorthbound.class); classes.add(NeutronRoutersNorthbound.class); classes.add(NeutronFloatingIPsNorthbound.class); + classes.add(NeutronSecurityGroupsNorthbound.class); + classes.add(NeutronSecurityRulesNorthbound.class); return classes; }