agent: initialize local consul service tags to fix service sync

This commit is contained in:
Ryan Uber 2014-10-17 14:29:12 -07:00
parent c4951bb598
commit 0322bf2b7d
1 changed files with 1 additions and 0 deletions

View File

@ -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 {