Fixing app descriptors.

Change-Id: I48d4383a4736e35eea50d4f660eab0bd616f540d
This commit is contained in:
Thomas Vachuska 2017-05-10 17:49:04 -07:00
parent 928ff8b44f
commit 1ebcfcd834
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ BUNDLES = [
onos_app(
app_name = 'org.onosproject.l3vpn',
title = 'YANG L3VPN App',
category = 'L3VPN APP',
category = 'Traffic Steering',
url = 'http://onosproject.org',
included_bundles = BUNDLES,
description = 'L3VPN YANG Application',

View File

@ -1,5 +1,5 @@
yang_model(
app_name = 'org.onosproject.models.openroadm',
title = 'OpenROADM YANG Model',
title = 'Open ROADM YANG Model',
)