Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Sync with docker/libkv#75
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hiltgen committed Oct 5, 2015
1 parent bd96e1a commit 79aa96f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions discovery/kv/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ func (s *Discovery) Initialize(uris string, heartbeat time.Duration, ttl time.Du
return err
}
config = &store.Config{
// Set ClientTLS to trigger https (bug in libkv/etcd)
ClientTLS: &store.ClientTLSConfig{
CACertFile: clusterOpts["kv.cacertfile"],
CertFile: clusterOpts["kv.certfile"],
KeyFile: clusterOpts["kv.keyfile"],
},
// The actual TLS config that will be used
TLS: tlsConfig,
}
} else {
Expand Down

0 comments on commit 79aa96f

Please sign in to comment.