Skip to content

Commit 31bc094

Browse files
author
Robert Gartman
committed
Automate _cluster_setup
1 parent 3ad17e1 commit 31bc094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mem3_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def finish_cluster(names):
9898
print ("=== Adding nodes to CouchDB cluster via the “setup coordination node” ===")
9999
for name in names:
100100
# Exclude "this" pod
101-
if (name.split(".",1)[0]) != os.getenv("HOSTNAME")):
101+
if (name.split(".",1)[0] != os.getenv("HOSTNAME")):
102102
# action: enable_cluster
103103
payload = {}
104104
payload['action'] = 'enable_cluster'

0 commit comments

Comments
 (0)