diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-06-07 16:45:38 +0100 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-06-07 17:17:30 +0100 |
commit | 7e6fe8c29c5a5cfa5caf6ab47b30280e1fc20432 (patch) | |
tree | af9e48c7bf85ae68d42cbc94df60589bdd7e052e /src/main/resources/org/onap | |
parent | c5aea4a8bc398fc1c6220875e55b9520fd7f7524 (diff) |
Add support for loading VNF Catalog XML files
Issue-ID: AAI-1214
Change-Id: I5d0eb3456916e6f3e5ba3a9b4e828feaff0cde4e
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'src/main/resources/org/onap')
-rw-r--r-- | src/main/resources/org/onap/aai/modelloader/service/ModelLoaderMsgs.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/org/onap/aai/modelloader/service/ModelLoaderMsgs.properties b/src/main/resources/org/onap/aai/modelloader/service/ModelLoaderMsgs.properties index 1e5658c..d337915 100644 --- a/src/main/resources/org/onap/aai/modelloader/service/ModelLoaderMsgs.properties +++ b/src/main/resources/org/onap/aai/modelloader/service/ModelLoaderMsgs.properties @@ -129,6 +129,12 @@ BABEL_REST_REQUEST_ERROR=\ Failed to send {0} request to {1}: {2}|\
Check configuration. Check network connection to Babel.|\
A failure occurred attempting to send a request to the Babel|\
+
+DUPLICATE_VNFC_DATA_ERROR=\
+ MDLSVC2006E|\
+ Artifact: {0} contains both TOSCA and XML VNF Catalog data.|\
+ Check artifact. |\
+ A failure occurred attempting to process VNF Catalog data in artifact from SDC|\
# DEBUG Level Logs
INITIALIZING=\
|