Skip to content

Commit 526ded5

Browse files
committed
Locksmith Endpoint
etcd was recently upgraded to version 3.x. The current version conflates all endpoints in to the standard 2379 port, abolishing ports=4001 and 7001. etcd now runs in a container that exposes it's ports. Amended etcd endpoint. See: https://trello.com/c/PWaGEYZE
1 parent 048ec31 commit 526ded5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locksmith.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from fabric.utils import error
33
import fabric.contrib.files
44

5-
etcd_cluster = 'http://etcd-1.management:4001'
5+
etcd_cluster = 'http://etcd.cluster:2379'
66
locksmithctl = '/usr/bin/locksmithctl'
77

88

0 commit comments

Comments
 (0)