Re: Updating Management classes via XMLRPC

2012-01-30 Thread Michael DeHaan
The key is named "mgmt_classes" not "mgmtclass". Looks like you've kind of re-implemented /usr/bin/cobbler-register, but more with the point of modifying the system if it changes. Be careful putting the cobbler password out on all of your nodes, as it will allow modification of the database.

Updating Management classes via XMLRPC

2012-01-30 Thread lists
Hi all, I'm writing a ruby script that needs to manipulate the mgmtclass assigned to a system via the XMLRPC api. At the moment I have the code below, however although everything else works the mgmtclass remains blank - can anyone help with this? I've tried looking at the django web inter