Fix DG calls to use correct rpc name

DG calls should expect the name of the DG to be the same as the name of
the rpc as defined in the Yang model.  LCM was incorrectly expecting
names in upper camelcase (e.g. UpgradeSoftware) when the Yang
model defines them in lowercase hyphenated (e.g. upgrade-software).  Either
LCM or DGs need to change, so changed LCM since to be consistent with
other MD-SAL applications.

Change-Id: I034bc2d93c2f918c807fec7f342d6197f78be7ad
Issue-ID: CCSDK-272
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
62 files changed
tree: 7f05cf7383bef81d0afa287a42cee28abbc49a1f
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. lcm/
  5. ueb-listener/
  6. .gitignore
  7. INFO.yaml
  8. LICENSE.txt
  9. pom.xml
  10. README.md
  11. 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".