| # app builds but is currently non functional. It needs transitive runtime |
| '//lib:org.apache.karaf.shell.console', |
| '//utils/rest:onlab-rest', |
| '//core/store/serializers:onos-core-serializers', |
| '//apps/dhcp/api:onos-apps-dhcp-api', |
| '//apps/xosclient:onos-apps-xosclient', |
| '//protocols/ovsdb/api:onos-protocols-ovsdb-api', |
| '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc', |
| '//apps/cordvtn:onos-apps-cordvtn', |
| web_context = '/onos/cordvtn', |
| title = 'CORD VTN REST API', |
| category = 'Traffic Steering', |
| url = 'http://onosproject.org', |
| included_bundles = BUNDLES, |
| excluded_bundles = EXCLUDED_BUNDLES, |
| description = 'APIs for interacting with the CORD VTN application.', |
| required_apps = [ 'org.onosproject.xosclient', 'org.onosproject.dhcp', 'org.onosproject.ovsdb' ], |