summaryrefslogtreecommitdiffstats
path: root/openlmi-register-pegasus
diff options
context:
space:
mode:
authorRoman Rakus <rrakus@redhat.com>2013-01-16 14:54:58 +0100
committerRoman Rakus <rrakus@redhat.com>2013-01-16 14:54:58 +0100
commit8bdd20cd739de9399cc71d8f82eff55dc4c6d346 (patch)
tree22d8ab9dce98c0025c691d52528f5cf86a99e76a /openlmi-register-pegasus
parentf43b01969689e95f15e0639ebf8824404bc0658e (diff)
downloadopenlmi-providers-8bdd20cd739de9399cc71d8f82eff55dc4c6d346.tar.gz
openlmi-providers-8bdd20cd739de9399cc71d8f82eff55dc4c6d346.tar.xz
openlmi-providers-8bdd20cd739de9399cc71d8f82eff55dc4c6d346.zip
Use ModuleGroupName according to used library name
Signed-off-by: Roman Rakus <rrakus@redhat.com>
Diffstat (limited to 'openlmi-register-pegasus')
-rwxr-xr-xopenlmi-register-pegasus2
1 files changed, 1 insertions, 1 deletions
diff --git a/openlmi-register-pegasus b/openlmi-register-pegasus
index 260093f..73b7b0c 100755
--- a/openlmi-register-pegasus
+++ b/openlmi-register-pegasus
@@ -46,7 +46,7 @@ def define_module(location):
Version = "0.0.1";
InterfaceType = "CMPI";
InterfaceVersion = "2.0.0";
- ModuleGroupName = "lmi-providers";
+ ModuleGroupName = "%(location)s";
};
""" % { 'location': location }