Commit 63aa18aa authored by Vincent Pelletier's avatar Vincent Pelletier

Drop support for deprecated '/' separator.

parent 9cf8379c
......@@ -109,8 +109,6 @@ def parseMasterList(masters, except_node=None):
# load master node list
socket_connector = None
master_node_list = []
# XXX: support '/' and ' ' as separator
masters = masters.replace('/', ' ')
for node in masters.split(' '):
address = parseNodeAddress(node)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment