X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Fcore%2Fdashboard%2Fviews%2Fview_common.py;h=f05d40a6c7df1c35c5dd19134910c1c16f7a4c2f;hb=a5800d37ffca30e7c9231045dd553f68b7191906;hp=4bcb17dc91f5f6224e04aa2c831d6905b5d7fb92;hpb=9556a418c315aa8e839cb87fc4734de1122eae99;p=plstackapi.git diff --git a/planetstack/core/dashboard/views/view_common.py b/planetstack/core/dashboard/views/view_common.py index 4bcb17d..f05d40a 100644 --- a/planetstack/core/dashboard/views/view_common.py +++ b/planetstack/core/dashboard/views/view_common.py @@ -157,7 +157,7 @@ def getCDNOperatorData(randomizeData = False, wait=True): new_row = {"lat": lat, "long": long, "health": 0, - "numNodes": int(site.nodes.count()), + #"numNodes": int(site.nodes.count()), "activeHPCSlivers": int(stats_row.get("count_hostname", 0)), # measured number of slivers, from bigquery statistics "numHPCSlivers": allocated_slivers, # allocated number of slivers, from data model "siteUrl": str(site.site_url),