summaryrefslogtreecommitdiffstats
path: root/server/module_loader.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of extra / in module loading errorJames Bowes2007-09-201-1/+1
|
* remove all the --debug "try to run from the src tree" crapAdrian Likins2007-09-201-19/+2
| | | | | 3rd party modules wont be here anyway, so remove all that weird noise
* debug spew cleanup to protect the unwashed masses from foo poisoningAdrian Likins2007-09-201-5/+4
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-201-0/+14
|\
| * Remove yaml libraries (configparser is good enough) plus remove references ↵Michael DeHaan2007-09-201-0/+14
| | | | | | | | to virt-factory.
* | attempts at letting us run from a installed, or local modulesAdrian Likins2007-09-201-11/+25
|/ | | | there are smarter ways to do this I'm sure
* initial code dropAdrian Likins2007-09-201-0/+53
module_loader from the virt-factory node server xmlrpc server from the virt-factory-server code and some test modules no ssl support yet, no init scripts, no packagin etc