On Mon, 14 Mar 2011 03:23:48 -0400 (EDT), Lukas Bednar <[email protected]> wrote: > Hi all, > > I have trouble with cobbler.api (python). > I can't see systems, created using cobbler-api, in cobbler (for example: > cobbler list). > But they are there even I can boot from them. But problem is: It can't > download kickstart from server when > machine is booting from this system. Server reply 'system not found'.
<snip> > Do you know somebody what I am doing wrong? Don't use cobbler.api.BootAPI if you are using 2.0 or greater. Use the xmlrpc api instead please. BootAPI operates directly on the config store and it can mess up cobblerd and leave your cobbler install in a bad state. The xmlrpc api goes through cobblerd and is the right way to do it. I plan on removing cobbler.api.BootAPI in 2.2, but I can't really remove it in a stable series. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME
pgpOIfsf51gwJ.pgp
Description: PGP signature
_______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
