Fixed vnfTopoOperation vnf-id return in response

Fixed issue vnfTopologyOperation, vnf-id not returning in response when vnf-id
is not provided as part of input

Change-Id: Iaa3b1387a45c60c27e3fdf1120e127648323e352
Issue-ID: SDNC-434
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
1 file changed
tree: 9ca93ffe9624e2d52f49bc5a8d788634087a2b62
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. features/
  5. generic-resource-api/
  6. ueb-listener/
  7. vnfapi/
  8. vnftools/
  9. .gitignore
  10. .gitreview
  11. .scanignore
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. version.properties
README.md

This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".