<html><body>
<p>Kaitlin,<br>
<br>
        But when cimtest's vxml.py calls DefineSystem -<br>
<br>
###########<br>
            service.DefineSystem(SystemSettings=sys_settings,<br>
                                 ResourceSettings=res_settings,<br>
                                 ReferenceConfiguration=ref_conf)<br>
#############<br>
<br>
<br>
        it passes "res_settings" and these were set in vsms.py as -<br>
<br>
************<br>
class CIM_GraphicsResourceAllocationSettingData(CIMClassMOF):<br>
    def __init__(self, name, res_sub_type="vnc", ip=None, ipv6_flag=None,<br>
                 lport='-1', keymap="en-us", vnc_passwd=None):<br>
        self.InstanceID = '%s/graphics' %name<br>
        self.ResourceType = RASD_TYPE_GRAPHICS<br>
<br>
        if res_sub_type != None:<br>
            self.ResourceSubType = res_sub_type<br>
<br>
        if ip != None and lport != None:<br>
           self.Address = '%s:%s' % (ip, lport)<br>
<br>
        if ipv6_flag != None:<br>
           self.is_ipv6_only = ipv6_flag<br>
*************<br>
<br>
So the name should change in VSMS.c too.<br>
<br>
Sharad Mishra<br>
System x Enablement<br>
Linux Technology Center<br>
IBM<br>
<br>
<tt>libvirt-cim-bounces@redhat.com wrote on 12/03/2009 04:48:31 PM:<br>
<br>
> Kaitlin Rupert <kaitlin@linux.vnet.ibm.com> </tt><br>
<tt>> Sent by: libvirt-cim-bounces@redhat.com<br>
> </tt><br>
<tt>> 12/03/2009 04:48 PM</tt><br>
<tt>> <br>
> Please respond to<br>
> List for discussion and development of libvirt CIM <libvirt-cim@redhat.com></tt><br>
<tt>> <br>
> To</tt><br>
<tt>> <br>
> List for discussion and development of libvirt CIM <libvirt-cim@redhat.com></tt><br>
<tt>> <br>
> cc</tt><br>
<tt>> <br>
> Subject</tt><br>
<tt>> <br>
> Re: [Libvirt-cim] [PATCH 0 of 2] Camel case to lower case variable <br>
> name change.</tt><br>
<tt>> <br>
> I don't think these changes are necessary.  IsIPv6Only fits the DMTF's <br>
> naming convention for attributes.  I would say to leave the attribute <br>
> name as is.<br>
> <br>
> Sharad Mishra wrote:<br>
> > Signed-off-by: Sharad Mishra <snmishra@us.ibm.com><br>
> > <br>
> > _______________________________________________<br>
> > Libvirt-cim mailing list<br>
> > Libvirt-cim@redhat.com<br>
> > <a href="https://www.redhat.com/mailman/listinfo/libvirt-cim">https://www.redhat.com/mailman/listinfo/libvirt-cim</a><br>
> <br>
> <br>
> -- <br>
> Kaitlin Rupert<br>
> IBM Linux Technology Center<br>
> kaitlin@linux.vnet.ibm.com<br>
> <br>
> _______________________________________________<br>
> Libvirt-cim mailing list<br>
> Libvirt-cim@redhat.com<br>
> <a href="https://www.redhat.com/mailman/listinfo/libvirt-cim">https://www.redhat.com/mailman/listinfo/libvirt-cim</a><br>
</tt></body></html>