commit | abb39c5b6cd92d50b72be2fcdaff26ad47313eef | [log] [tgz] |
---|---|---|
author | Timoney, Dan (dt5972) <dt5972@att.com> | Thu May 10 17:10:22 2018 -0400 |
committer | Timoney, Dan (dt5972) <dt5972@att.com> | Thu May 10 17:10:22 2018 -0400 |
tree | 7f05cf7383bef81d0afa287a42cee28abbc49a1f | |
parent | 150f54ebb48c8edba140f7f9093c8a27d0fd8feb [diff] |
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>
This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:
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.
To compile, run "mvn clean install".