diff options
author | siddharth0905 <siddharth.singh4@amdocs.com> | 2018-07-20 20:14:53 +0530 |
---|---|---|
committer | siddharth0905 <siddharth.singh4@amdocs.com> | 2018-07-20 20:17:02 +0530 |
commit | f518496ce1ca757928ca585fb2c011c6a5fd3f10 (patch) | |
tree | 88638e62b5d72d19edf1399d2fb49b680ea7a9da /openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest | |
parent | d0eaecacec822c0332a31f499f9d972c9b39e691 (diff) |
Deployment Flavour created incorrect Component Id
Deployment flavour created
with incorrect component id
Change-Id: I463a74b8139ec9689457e01602faf37384d01993
Issue-ID: SDC-1548
Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/src/main/resources/errorCodesToResponseStatusMapping.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/src/main/resources/errorCodesToResponseStatusMapping.json b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/src/main/resources/errorCodesToResponseStatusMapping.json index b1b1b76f33..979b6c6047 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/src/main/resources/errorCodesToResponseStatusMapping.json +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/src/main/resources/errorCodesToResponseStatusMapping.json @@ -8,5 +8,6 @@ "VENDOR_LICENSE_ENTITY_NOT_FOUND": "NOT_FOUND", "VERSIONABLE_SUB_ENTITY_NOT_FOUND": "NOT_FOUND", "FEATURE_GROUP_NOT_EXIST_FOR_VSP": "NOT_FOUND", - "INVALID_COMPUTE_FLAVOR_ID": "NOT_FOUND" + "INVALID_COMPUTE_FLAVOR_ID": "NOT_FOUND", + "INVALID_COMPONENT_ID": "NOT_FOUND" }
\ No newline at end of file |