Ray Milkey a5ff8a7e50 Appify buck build for openstack and VTN apps
Change-Id: I6cc23cd567954daaee59271123a07040853e695b
2016-04-19 19:56:21 +00:00

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,
)