agent: initialize local consul service tags to fix service sync

pull/409/head
Ryan Uber 10 years ago
parent e4dc15b9e3
commit 2319460904

@ -120,6 +120,7 @@ func Create(config *Config, logOutput io.Writer) (*Agent, error) {
Service: consul.ConsulServiceName,
ID: consul.ConsulServiceID,
Port: agent.config.Ports.Server,
Tags: []string{},
}
agent.state.AddService(&consulService)
} else {

Loading…
Cancel
Save