summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_Realmd.mof
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2013-07-26 10:33:03 +0200
committerJan Synacek <jsynacek@redhat.com>2013-07-26 12:00:39 +0200
commite5c8ae992dfaff13a1d29624464cce935373c0fb (patch)
tree8f57de618c559f00e78d099867879c0a1b280743 /mof/60_LMI_Realmd.mof
parent1105d99b1ff631935140809047b9eb9684c712e0 (diff)
downloadopenlmi-providers-e5c8ae992dfaff13a1d29624464cce935373c0fb.tar.gz
openlmi-providers-e5c8ae992dfaff13a1d29624464cce935373c0fb.tar.xz
openlmi-providers-e5c8ae992dfaff13a1d29624464cce935373c0fb.zip
realmd: add profile registration and class versioning in mof
Diffstat (limited to 'mof/60_LMI_Realmd.mof')
-rw-r--r--mof/60_LMI_Realmd.mof6
1 files changed, 4 insertions, 2 deletions
diff --git a/mof/60_LMI_Realmd.mof b/mof/60_LMI_Realmd.mof
index 696a1e6..ef371d6 100644
--- a/mof/60_LMI_Realmd.mof
+++ b/mof/60_LMI_Realmd.mof
@@ -1,4 +1,5 @@
-[ Description (
+[ Version("0.1.0"),
+ Description (
"Access to the Realmd Service. "
"Realmd is used to discover realms available for joining as well as "
"providing a mechanism for joining and leaving a realm."),
@@ -67,7 +68,8 @@ class LMI_RealmdService : CIM_Service
string OptionValues[]);
};
-[ Association,
+[ Version("0.1.0"),
+ Association,
Provider("cmpi:cmpiLMI_Realmd") ]
class LMI_HostedRealmdService: CIM_HostedService
{