sangho f81641169b [ONOS-6632] Add REST APIs for configuring compute and gateway nodes.
- network configuration is not working any more.

Change-Id: I24e4d8b7b8cc33d839328887b9c6190d714baeba
2017-07-20 22:51:28 +00:00

14 lines
436 B
Python

BUNDLES = [
'//apps/openstacknode/api:onos-apps-openstacknode-api',
'//apps/openstacknode/app:onos-apps-openstacknode-app',
]
onos_app (
title = 'OpenStack Node Bootstrap App',
category = 'Utility',
url = 'http://onosproject.org',
included_bundles = BUNDLES,
description = 'SONA Openstack Node Bootstrap Application.',
required_apps = [ 'org.onosproject.ovsdb-base', 'org.onosproject.drivers.ovsdb' ]
)