summaryrefslogtreecommitdiffstats
path: root/lib_cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-11-06 22:55:30 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-11-06 22:55:30 +0100
commit4ccd700b1446fdb89fd027fa81a505162aa5e079 (patch)
tree177f2287129172f4b95db6ad02f40037587296c9 /lib_cman.py
parentb2a6637e836ac603291b48aa68fae0370e809325 (diff)
downloadcluster-overview-4ccd700b1446fdb89fd027fa81a505162aa5e079.tar.gz
cluster-overview-4ccd700b1446fdb89fd027fa81a505162aa5e079.tar.xz
cluster-overview-4ccd700b1446fdb89fd027fa81a505162aa5e079.zip
lib_cman: fix a single forgotten change of entity metadata
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'lib_cman.py')
-rw-r--r--lib_cman.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib_cman.py b/lib_cman.py
index 0165d0d..b0815f4 100644
--- a/lib_cman.py
+++ b/lib_cman.py
@@ -74,9 +74,11 @@ class CmanRGManager(Daemon):
man = [
'rgmanager(8)',
]
- srpm = 'rgmanager'
- rpm = 'rgmanager'
- rhbz = 'rgmanager'
+ ids = dict(
+ srpm = 'rgmanager'
+ rpm = 'rgmanager'
+ rhbz = 'rgmanager'
+ )
class CmanClustat(Executable):