Merge "registration of action validators for to gbp-base"
authorKeith Burns <alagalah@gmail.com>
Wed, 16 Dec 2015 23:57:10 +0000 (23:57 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 16 Dec 2015 23:57:10 +0000 (23:57 +0000)
1  2 
renderers/ofoverlay/src/main/java/org/opendaylight/controller/config/yang/config/ofoverlay_provider/impl/OFOverlayProviderModule.java

index b0658db00335627cb4651cd35721951c0eea33da,edef3bf9ec6ae52e9a46226e83a7689d9b0c538a..20b69ab39fddbf90208ef2c49e276fbd466cd5d0
@@@ -1,11 -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;
  
  
@@@ -37,6 -29,7 +37,7 @@@ public class OFOverlayProviderModule ex
                                       getRpcRegistryDependency(),
                                       getNotificationAdapterDependency(),
                                       getEpRendererAugmentationRegistryDependency(),
+                                      getPolicyValidatorRegistryDependency(),
                                       getGbpOfoverlayTableOffset().shortValue());
      }