mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 08:51:01 +02:00
13 lines
355 B
Python
13 lines
355 B
Python
BUNDLES = [
|
|
'//apps/openstackinterface/api:onos-apps-openstackinterface-api',
|
|
'//apps/openstackinterface/app:onos-apps-openstackinterface-app',
|
|
]
|
|
|
|
onos_app (
|
|
title = 'OpenStack Interface App',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
description = 'Openstack Interface Application.',
|
|
included_bundles = BUNDLES,
|
|
)
|