summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-31 09:04:53 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-31 09:04:53 -0400
commite599aeebbd74596d4c45612df83fe136b7bdcb90 (patch)
tree88ea607c1887efb2e75ae453b071571e7ad5d5af /src
parent07e2ed44f18f8ad814385fd3e5cd12d955d16753 (diff)
downloadbcfg2-e599aeebbd74596d4c45612df83fe136b7bdcb90.tar.gz
bcfg2-e599aeebbd74596d4c45612df83fe136b7bdcb90.tar.bz2
bcfg2-e599aeebbd74596d4c45612df83fe136b7bdcb90.zip
deprecated Statistics, Snapshots
Diffstat (limited to 'src')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Snapshots.py2
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Statistics.py1
2 files changed, 2 insertions, 1 deletions
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)