mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 04:06:49 +02:00
Re-enable route-service REST APIs
Why they were disabled it's a mystery... Change-Id: I245147e0cd0acd004bc97d34ecc1dd318290c2d4
This commit is contained in:
parent
293b04aacb
commit
b08c7c413f
@ -11,12 +11,12 @@ TEST_DEPS = TEST + [
|
||||
]
|
||||
|
||||
osgi_jar_with_tests(
|
||||
api_description = "REST API for Route Service App",
|
||||
api_package = "org.onosproject.routeservice.rest",
|
||||
api_title = "Route Service App",
|
||||
api_version = "1.0",
|
||||
karaf_command_packages = ["org.onosproject.routeservice.cli"],
|
||||
test_deps = TEST_DEPS,
|
||||
web_context = "/onos/routeservice",
|
||||
deps = COMPILE_DEPS,
|
||||
#web_context = "/onos/routeservice",
|
||||
#api_title = "Route Service App",
|
||||
#api_version = "1.0",
|
||||
#api_description = "REST API for Route Service App",
|
||||
#api_package = "org.onosproject.routeservice.rest",
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user