[PATCH] Fix ConcreteComponent schema

# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1220023016 25200 # Node ID 2db1158cea318cfee11a77724c97a0b4758ffb2c # Parent e2c21aedef202a43dfc29f64d4849589ca581292 Fix ConcreteComponent schema The registration file mentions KVM_ twice instead of LXC. This was causing pegasus to complain on postinstall, but *only* if the CIMOM was running at the time. If it was not running, it didn't complain. Signed-off-by: Dan Smith <danms@us.ibm.com> diff -r e2c21aedef20 -r 2db1158cea31 schema/ConcreteComponent.registration --- a/schema/ConcreteComponent.registration Fri Aug 29 07:43:52 2008 -0700 +++ b/schema/ConcreteComponent.registration Fri Aug 29 08:16:56 2008 -0700 @@ -2,4 +2,4 @@ # Classname Namespace ProviderName ProviderModule ProviderTypes Xen_ConcreteComponent root/virt Virt_ConcreteComponent Virt_ConcreteComponent association KVM_ConcreteComponent root/virt Virt_ConcreteComponent Virt_ConcreteComponent association -KVM_ConcreteComponent root/virt Virt_ConcreteComponent Virt_ConcreteComponent association +LXC_ConcreteComponent root/virt Virt_ConcreteComponent Virt_ConcreteComponent association

Dan Smith wrote:
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1220023016 25200 # Node ID 2db1158cea318cfee11a77724c97a0b4758ffb2c # Parent e2c21aedef202a43dfc29f64d4849589ca581292 Fix ConcreteComponent schema
The registration file mentions KVM_ twice instead of LXC. This was causing pegasus to complain on postinstall, but *only* if the CIMOM was running at the time. If it was not running, it didn't complain.
+1 -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com
participants (2)
-
Dan Smith
-
Kaitlin Rupert