blob: c7f776fe7dd6261c667be68ac933259eabe614b2 [file] [log] [blame]
Jian Lid486a732018-08-03 00:32:11 +09001BUNDLES = [
2 "//apps/openstacktroubleshoot/api:onos-apps-openstacktroubleshoot-api",
3 "//apps/openstacktroubleshoot/app:onos-apps-openstacktroubleshoot-app",
4]
5
6onos_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)