Update swagger documentation

Re-generated converted swagger doc.  Note: ideally, it would be good
to generate this on the fly based on Yang model.  However, ODL
yangtools generates swagger 1.2, and readthedocs needs version 2.
Currently we convert this using api-spec-converter tool and store
converted version.  Tried automating this conversion, which works
fine in local compiles but does not work on ONAP Jenkins (tool is
node.js based).

Change-Id: Ic607bcdcc218489a45d616bb1d280675511a760d
Issue-ID: CCSDK-476
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
1 file changed
tree: 92f29faef21214260069ed5cae09ced3e9a203ec
  1. dblib/
  2. features/
  3. filters/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. utils/
  9. .gitignore
  10. INFO.yaml
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. version.properties
README.md

This source repository contains the code for the core SDN Controller components. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.

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