From e599aeebbd74596d4c45612df83fe136b7bdcb90 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Fri, 31 Aug 2012 09:04:53 -0400 Subject: deprecated Statistics, Snapshots --- src/lib/Bcfg2/Server/Plugins/Snapshots.py | 2 +- src/lib/Bcfg2/Server/Plugins/Statistics.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/Bcfg2/Server/Plugins/Snapshots.py b/src/lib/Bcfg2/Server/Plugins/Snapshots.py index 74bed40df..884d34e53 100644 --- a/src/lib/Bcfg2/Server/Plugins/Snapshots.py +++ b/src/lib/Bcfg2/Server/Plugins/Snapshots.py @@ -58,7 +58,7 @@ def build_snap_ent(entry): class Snapshots(Bcfg2.Server.Plugin.Statistics): name = 'Snapshots' - experimental = True + deprecated = True def __init__(self, core, datastore): Bcfg2.Server.Plugin.Statistics.__init__(self, core, datastore) diff --git a/src/lib/Bcfg2/Server/Plugins/Statistics.py b/src/lib/Bcfg2/Server/Plugins/Statistics.py index c584af2a7..748f548e1 100644 --- a/src/lib/Bcfg2/Server/Plugins/Statistics.py +++ b/src/lib/Bcfg2/Server/Plugins/Statistics.py @@ -115,6 +115,7 @@ class StatisticsStore(object): class Statistics(Bcfg2.Server.Plugin.ThreadedStatistics, Bcfg2.Server.Plugin.PullSource): name = 'Statistics' + deprecated = True def __init__(self, core, datastore): Bcfg2.Server.Plugin.ThreadedStatistics.__init__(self, core, datastore) -- cgit v1.2.3-1-g7c22