Bug3318 removed groupbasedpolicy-openstackendpoint-config 22/21622/2
authorKinsey Nietzsche <knietzsc@cisco.com>
Tue, 2 Jun 2015 09:26:18 +0000 (11:26 +0200)
committerKinsey Nietzsche <knietzsc@cisco.com>
Tue, 2 Jun 2015 09:41:26 +0000 (11:41 +0200)
Change-Id: I28ade2169917ff6cf62766f5607369df8d442761
Signed-off-by: Kinsey Nietzsche <knietzsc@cisco.com>
groupbasedpolicy-openstackendpoint-config/pom.xml [deleted file]
groupbasedpolicy-openstackendpoint-config/src/main/resources/initial/15-groupbasedpolicy-openstackendpoint.xml [deleted file]

diff --git a/groupbasedpolicy-openstackendpoint-config/pom.xml b/groupbasedpolicy-openstackendpoint-config/pom.xml
deleted file mode 100644 (file)
index 4bc7b2e..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 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 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.opendaylight.groupbasedpolicy</groupId>
-    <artifactId>commons.groupbasedpolicy</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
-    <relativePath>../commons/parent</relativePath>
-  </parent>
-
-  <artifactId>groupbasedpolicy-openstackendpoint-config</artifactId>
-  <description>Controller Configuration files for groupbasedpolicy</description>
-  <packaging>jar</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-artifacts</id>
-            <goals>
-              <goal>attach-artifact</goal>
-            </goals>
-            <phase>package</phase>
-            <configuration>
-              <artifacts>
-                <artifact>
-                  <file>${project.build.directory}/classes/initial/15-groupbasedpolicy-openstackendpoint.xml</file>
-                  <type>xml</type>
-                  <classifier>config</classifier>
-                </artifact>
-              </artifacts>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/groupbasedpolicy-openstackendpoint-config/src/main/resources/initial/15-groupbasedpolicy-openstackendpoint.xml b/groupbasedpolicy-openstackendpoint-config/src/main/resources/initial/15-groupbasedpolicy-openstackendpoint.xml
deleted file mode 100644 (file)
index e8e13f5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2013 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
--->
-<snapshot>
-    <configuration>
-        <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-            <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
-                <module>
-                    <type xmlns:openstackendpoint="urn:opendaylight:params:xml:ns:yang:controller:config:openstack-endpoint-provider:impl">
-                        openstackendpoint:openstack-endpoint-provider-impl
-                    </type>
-                    <name>openstack-endpoint-provider-impl</name>
-
-                    <rpc-registry>
-                        <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
-                        <name>binding-rpc-broker</name>
-                    </rpc-registry>
-
-                    <data-broker>
-                      <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-async-data-broker</type>
-                      <name>binding-data-broker</name>
-                    </data-broker>
-                </module>
-            </modules>
-        </data>
-
-    </configuration>
-
-    <required-capabilities>
-        <capability>urn:opendaylight:params:xml:ns:yang:controller:config:openstack-endpoint-provider:impl?module=openstack-endpoint-provider-impl&amp;revision=2014-12-04</capability>
-    </required-capabilities>
-
-</snapshot>
-