sdnfv / openNetVM

A high performance container-based NFV platform from GW and UCR.
http://sdnfv.github.io/onvm/
Other
261 stars 134 forks source link

Fix relative path problem about web #270

Closed JackKuo-tw closed 3 years ago

JackKuo-tw commented 3 years ago
  1. Fix relative path problem about web

Summary:

If we were not executing go.sh in onvm/, the script cannot find the web dir since it used relative path. Now, I replace it with $ONVM_HOME.

Usage:

This PR includes
Resolves issues
Breaking API changes
Internal API changes
Usability improvements
Bug fixes x
New functionality
New NF/onvm_mgr args
Changes to starting NFs
Dependency updates
Web stats updates

Merging notes:

TODO before merging :

Test Plan:

none.

Review:

anyone.

onvm commented 3 years ago

In response to PR creation

CI Message

Aborting, need an authorized user to run CI

twood02 commented 3 years ago

Thanks @JackKuo-tw !