Scheduler and ControllerManager listens on 0.0.0.0

This commit is contained in:
gmarek
2015-12-08 12:01:14 +01:00
parent 529b863ef3
commit a4202cbee9
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ type CMServer struct {
func NewCMServer() *CMServer {
s := CMServer{
Port: ports.ControllerManagerPort,
Address: net.ParseIP("127.0.0.1"),
Address: net.ParseIP("0.0.0.0"),
ConcurrentEndpointSyncs: 5,
ConcurrentRCSyncs: 5,
ConcurrentDSCSyncs: 2,