[PATCH] Add ServiceAffectsElement schema

# HG changeset patch # User Kaitlin Rupert <karupert@us.ibm.com> # Date 1222976893 25200 # Node ID 0a1c174ed64d24a9e30872a86e2c206e5789d821 # Parent a2759cb96488a8079a24d8c47223ca5c7c7f3524 Add ServiceAffectsElement schema Signed-off-by: Kaitlin Rupert <karupert@us.ibm.com> diff -r a2759cb96488 -r 0a1c174ed64d schema/ServiceAffectsElement.mof --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/schema/ServiceAffectsElement.mof Thu Oct 02 12:48:13 2008 -0700 @@ -0,0 +1,22 @@ +// Copyright IBM Corp. 2008 + +[Association, + Provider("cmpi::Virt_ServiceAffectsElement") +] +class Xen_ServiceAffectsElement : CIM_ServiceAffectsElement +{ +}; + +[Association, + Provider("cmpi::Virt_ServiceAffectsElement") +] +class KVM_ServiceAffectsElement : CIM_ServiceAffectsElement +{ +}; + +[Association, + Provider("cmpi::Virt_ServiceAffectsElement") +] +class LXC_ServiceAffectsElement : CIM_ServiceAffectsElement +{ +}; diff -r a2759cb96488 -r 0a1c174ed64d schema/ServiceAffectsElement.registration --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/schema/ServiceAffectsElement.registration Thu Oct 02 12:48:13 2008 -0700 @@ -0,0 +1,5 @@ +# Copyright IBM Corp. 2007 +# Classname Namespace ProviderName ProviderModule ProviderTypes +Xen_ServiceAffectsElement root/virt Virt_ServiceAffectsElement Virt_ServiceAffectsElement association +KVM_ServiceAffectsElement root/virt Virt_ServiceAffectsElement Virt_ServiceAffectsElement association +LXC_ServiceAffectsElement root/virt Virt_ServiceAffectsElement Virt_ServiceAffectsElement association

Kaitlin Rupert wrote:
# HG changeset patch # User Kaitlin Rupert <karupert@us.ibm.com> # Date 1222976893 25200 # Node ID 0a1c174ed64d24a9e30872a86e2c206e5789d821 # Parent a2759cb96488a8079a24d8c47223ca5c7c7f3524 Add ServiceAffectsElement schema
+1. Needed to fix 'make dist' after related patches were pushed :-). Jim

JF> Needed to fix 'make dist' after related patches were pushed :-). Yeah, that was my fault for not checking the build :D -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@us.ibm.com
participants (3)
-
Dan Smith
-
Jim Fehlig
-
Kaitlin Rupert