blob: 89c7543212d7f3b7c232181a809465d282c8a391 [file] [log] [blame]
Umesh Krishnaswamy345ee992012-12-13 20:29:48 -08001# The default configuration for openstack
2floodlight.modules = net.floodlightcontroller.storage.memory.MemoryStorageSource,\
3net.floodlightcontroller.core.FloodlightProvider,\
4net.floodlightcontroller.devicemanager.internal.DeviceManagerImpl,\
5net.floodlightcontroller.staticflowentry.StaticFlowEntryPusher,\
6net.floodlightcontroller.forwarding.Forwarding,\
7net.floodlightcontroller.jython.JythonDebugInterface,\
8net.floodlightcontroller.counter.CounterStore,\
9net.floodlightcontroller.perfmon.PktInProcessingTime,\
10net.floodlightcontroller.ui.web.StaticWebRoutable,\
11net.floodlightcontroller.virtualnetwork.VirtualNetworkFilter,\
12net.floodlightcontroller.threadpool.ThreadPool
13net.floodlightcontroller.restserver.RestApiServer.port = 8080
14net.floodlightcontroller.core.FloodlightProvider.openflowport = 6633
15net.floodlightcontroller.jython.JythonDebugInterface.port = 6655