mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 01:41:26 +02:00
[DONE] - Restructured to activate or deactivate switching and routing app separately - Fixed to add or remove host when port is detected or vanished - Use openstack node service to get integration bridges and data IP [TODO] - Remove use of OpenstackPortInfo - Support installing flow rules for exising VMs - Call security group update method when port update triggered from OpenStack Change-Id: Ic0b2ac3f7ab07f0e20c97c6edfdd1928b9767baf
13 lines
393 B
Python
13 lines
393 B
Python
BUNDLES = [
|
|
'//apps/openstacknetworking/api:onos-apps-openstacknetworking-api',
|
|
'//apps/openstacknetworking/web:onos-apps-openstacknetworking-web',
|
|
]
|
|
|
|
onos_app (
|
|
title = 'OpenStack Networking App',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
included_bundles = BUNDLES,
|
|
required_apps = [ 'org.onosproject.openstackrouting', 'org.onosproject.openstackswitching' ]
|
|
)
|