Jian Li | a118677 | 2018-07-27 18:06:41 +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 | 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 | ) |