From dd3f74074787dfd14e8aec0b48883b780dd8ccba Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 12 Oct 2017 16:01:06 -0400 Subject: Fixed vnfapi install issue Fixed issues with vnfapi install: - Resolved issue installing vnftools by converting to blueprint - Resolved issue not finding RPC implementation of vnfapi by fixing dependency feature vnftools, and by converting vnfapi to blueprint. The root cause in both cases was probably something wrong with the provider configuration, but it was simpler (not to mention more maintainable) to just convert from config to blueprint. Change-Id: I7010a845687673c932457774f3103834d328ab84 Issue-ID: SDNC-119 Signed-off-by: Dan Timoney --- vnfapi/features/src/main/resources/features.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vnfapi/features/src/main/resources/features.xml') diff --git a/vnfapi/features/src/main/resources/features.xml b/vnfapi/features/src/main/resources/features.xml index 3da86e07..2301d5a9 100644 --- a/vnfapi/features/src/main/resources/features.xml +++ b/vnfapi/features/src/main/resources/features.xml @@ -9,9 +9,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -33,7 +33,6 @@ sdnc-sli mvn:org.onap.sdnc.northbound/vnfapi-model/${project.version} mvn:org.onap.sdnc.northbound/vnfapi-provider/${project.version} - mvn:org.openecomp.sdnc.northbound/vnfapi-provider/${project.version}/xml/config -- cgit 1.2.3-korg