]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
remove "announcement_distinct_hosts" from introweb JSON
authorBrian Warner <warner@lothar.com>
Tue, 22 Sep 2015 23:34:50 +0000 (16:34 -0700)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 21 Oct 2015 12:59:53 +0000 (13:59 +0100)
commit7d30bcf499c89b45d40b640b706b06d4a8c46c9e
tree14e23de9c9a746d9351cefdacdd0055ba20803af
parent781192d0ee1bf1a60d3350b39e0beaec8dff9ec3
remove "announcement_distinct_hosts" from introweb JSON

The machine-parseable JSON output for the introducer status web page
used to include a key named "announcement_distinct_hosts", which counted
the number of distinct IP addresses advertised by all connected storage
servers. This hasn't worked since Aug-2014 when foolscap-0.6.5 change
the internal hints format.

This removes that field.
src/allmydata/test/test_system.py
src/allmydata/web/introweb.py