
diff -r 3fa64e808da1 -r 4bd5db5f5442 schema/ResourceAllocationSettingData.mof --- a/schema/ResourceAllocationSettingData.mof Fri Jun 12 15:11:51 2009 -0700 +++ b/schema/ResourceAllocationSettingData.mof Mon Jun 22 11:17:56 2009 -0700 @@ -57,6 +57,9 @@ [Description ("Interface type")] string NetworkType;
+ [Description ("Bridge name")] + string NetworkName; + };
[Description ("KVM virtual network configuration"), @@ -68,6 +71,9 @@ [Description ("Interface type")] string NetworkType;
+ [Description ("Bridge name")] + string NetworkName; + };
Since this patch adds a new attribute and makes an existing attribute a required on, you'll also need to update the template RASDs in SettingsDefineCapabilities. Thanks! -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com