blob: b834c123c50b49fbd038bd1d4b37788bf979c40f [file] [log] [blame]
Jian Lia1186772018-07-27 18:06:41 +09001BUNDLES = [
2 '//apps/openstacktroubleshoot/api:onos-apps-openstacktroubleshoot-api',
3 '//apps/openstacktroubleshoot/app:onos-apps-openstacktroubleshoot-app',
4]
5
6onos_app (
7 title = 'OpenStack Troubleshoot',
8 category = 'Integration',
9 url = 'http://onosproject.org',
10 included_bundles = BUNDLES,
11 description = 'SONA Openstack Troubleshoot Application.',
12 required_apps = [ 'org.onosproject.openstacknetworking' ]
13)