Change default controller for mn to ovsc (ovs-controller.)

Also add check to see if another controller is running -
eventually we should really detect errors from starting the
controller!!
This commit is contained in:
Bob Lantz
2012-07-01 20:31:30 -07:00
parent cb859243a5
commit ec969b7f99
3 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ HOSTS = { 'proc': Host,
'rt': custom( CPULimitedHost, sched='rt' ),
'cfs': custom( CPULimitedHost, sched='cfs' ) }
CONTROLLERDEF = 'ref'
CONTROLLERDEF = 'ovsc'
CONTROLLERS = { 'ref': Controller,
'ovsc': OVSController,
'nox': NOX,