[Libvirt-cim] [PATCH 2 of 2] mof file changes

Sharad Mishra snmishra at us.ibm.com
Fri Dec 4 00:51:01 UTC 2009


# HG changeset patch
# User Sharad Mishra <snmishra at us.ibm.com>
# Date 1259887744 28800
# Node ID ca47600f4ce1e2f5e4f2057f47eb0cf7366d4e3f
# Parent  c43110511d0391a0b3203212ba85d658cc046291
mof file changes.

Varialbe name had changed in provider.

Signed-off-by: Sharad Mishra <snmishra at us.ibm.com>

diff -r c43110511d03 -r ca47600f4ce1 schema/ResourceAllocationSettingData.mof
--- a/schema/ResourceAllocationSettingData.mof	Thu Dec 03 16:48:53 2009 -0800
+++ b/schema/ResourceAllocationSettingData.mof	Thu Dec 03 16:49:04 2009 -0800
@@ -141,7 +141,7 @@
       string Password;
 
       [Description ("Is IPv6 only addressing is to be used")]
-      boolean IsIPv6Only;
+      boolean is_ipv6_only;
 };
 
 [Description ("KVM virtual graphics device"),
@@ -160,7 +160,7 @@
       string Password;
 
       [Description ("Is IPv6 only addressing is to be used")]
-      boolean IsIPv6Only;
+      boolean is_ipv6_only;
 };
 
 [Description ("LXC virtual graphics device"),
@@ -179,7 +179,7 @@
       string Password;
 
       [Description ("Is IPv6 only addressing is to be used")]
-      boolean IsIPv6Only;
+      boolean is_ipv6_only;
 };
 
 [Description ("Xen virtual input device"),




More information about the Libvirt-cim mailing list