Jian Li | d486a73 | 2018-08-03 00:32:11 +0900 | [diff] [blame] | 1 | BUNDLES = [ |
2 | "//apps/openstacktroubleshoot/api:onos-apps-openstacktroubleshoot-api", | ||||
3 | "//apps/openstacktroubleshoot/app:onos-apps-openstacktroubleshoot-app", | ||||
4 | ] | ||||
5 | |||||
6 | onos_app( | ||||
7 | category = "Integration", | ||||
8 | description = "SONA Openstack Troubleshoot Application.", | ||||
9 | included_bundles = BUNDLES, | ||||
10 | required_apps = ["org.onosproject.openstacknetworking"], | ||||
11 | title = "OpenStack Troubleshoot", | ||||
12 | url = "http://onosproject.org", | ||||
13 | ) |