fixed WAN port deactivate issue

On delete of WAN port controller returned 500
error code, this issue fixed

Change-Id: Iebcd3b44b830bd067f6858230e339b6338964773
Issue-ID: SDNC-653
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
(cherry picked from commit aaf1d3598cb0da403c6e4df3f550c9f7b666d8dc [formerly 4db3c5b014e3e5002e2df59ab922268bc0fdce08])

Former-commit-id: 494b89509f15733336d4e588984bc8d37d9aa770
2 files changed
tree: 443fd36221e213919e0a0a1971249b8bdc3207d6
  1. admportal/
  2. configbackuprestore/
  3. data-migrator/
  4. docs/
  5. installation/
  6. platform-logic/
  7. SdncReports/
  8. .gitignore
  9. .gitreview
  10. INFO.yaml
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. version.properties
README.md

This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first:

  1. org.openecomp.sdnc/sdnc-core
  2. org.openecomp.sdnc/sdnc-adaptors
  3. org.openecomp.sdnc/sdnc-northbound
  4. org.openecomp.sdnc/sdnc-plugins

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".