Add vf-module-id to gc-request-input and response

Add vf-module-id to gc-request-input and response so async callback can include this for vf-module lookup

Change-Id: I4dade4edfdb6c993e91dec88d682500f22197d68
Issue-ID: SDNC-520
Signed-off-by: Brandon, Bruce (bb2697) <bb2697@att.com>
1 file changed
tree: dd1961ba4ba58841e7ea99ddd66226c64e560977
  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".