Merge v1.0.1
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
commit
e62cca1e7c
13 changed files with 97 additions and 46 deletions
|
@ -31,7 +31,7 @@ func (s *EtcdSuite) SetUpTest(c *check.C) {
|
|||
s.composeProject.Start(c)
|
||||
|
||||
etcd.Register()
|
||||
url := s.composeProject.Container(c, "etcd").NetworkSettings.IPAddress + ":4001"
|
||||
url := s.composeProject.Container(c, "etcd").NetworkSettings.IPAddress + ":2379"
|
||||
kv, err := libkv.NewStore(
|
||||
store.ETCD,
|
||||
[]string{url},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue