Alain Barthe wrote: > 2008/10/8 Michael DeHaan <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > > Sure. I understand. I wanted the XMLRPC calls to resemble the > command line options, not the internal storage, though this does cause > confusion when the results from the "get" calls return things like the > internal storage. However, preserving backwards compatibility and an > upgrade path is very important, so we won't be changing the YAML > and the > existing XMLRPC calls need to continue to work as is. > > > Yes, the fact that attribute names are different when you write them > is very confusing, and I think that every people using the XMLRPC API > fall into the trap. Maybe a big WARNING in the wiki or in the doc > would save time for future users. > > Thanks for your reply and for developing Cobbler.
I'll probably see if it makes sense for the edit method smart for permutations of dashes and hyphens. The alphabetic bits are always unique, so we should be able to ignore the non-alpha characters pretty cleanly. We may also need some aliases for "kernel-options " and "--kopts" which is easy to do when the command line and the variable are not the same. > > > > > --Michael > > _______________________________________________ > cobbler mailing list > [email protected] <mailto:[email protected]> > https://fedorahosted.org/mailman/listinfo/cobbler > > > ------------------------------------------------------------------------ > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
