Fix for ONOS-5220 - Enable REST API for demo app

Change-Id: Ibdfae20dfcf382113d56cd228baca5b734efe3f6
This commit is contained in:
Ray Milkey 2016-09-06 15:35:34 -07:00
parent 4275587991
commit 6033d43b3f

View File

@ -9,11 +9,17 @@ COMPILE_DEPS = [
osgi_jar_with_tests (
deps = COMPILE_DEPS,
web_context = '/onos/demo',
api_title = 'Flow Throughput Demo App',
api_version = '1.0',
api_description = 'REST API for Demo App',
api_package = 'org.onosproject.demo',
debug = False,
)
onos_app (
title = 'Flow Throughput Demo App',
category = 'Test',
url = 'http://onosproject.org',
description = 'Flow throughput test application.',
description = 'APIs for interacting with the flow throughput test application.',
)