Merge "registration of action validators for to gbp-base"
[groupbasedpolicy.git] / renderers / ofoverlay / src / main / java / org / opendaylight / controller / config / yang / config / ofoverlay_provider / impl / OFOverlayProviderModule.java
index 571b1a1d6494ac8b63de81e56a85fef0c904dfe7..20b69ab39fddbf90208ef2c49e276fbd466cd5d0 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
 package org.opendaylight.controller.config.yang.config.ofoverlay_provider.impl;
 
 
@@ -28,6 +36,8 @@ public class OFOverlayProviderModule extends org.opendaylight.controller.config.
         return new OFOverlayRenderer(getDataBrokerDependency(),
                                      getRpcRegistryDependency(),
                                      getNotificationAdapterDependency(),
+                                     getEpRendererAugmentationRegistryDependency(),
+                                     getPolicyValidatorRegistryDependency(),
                                      getGbpOfoverlayTableOffset().shortValue());
     }