summaryrefslogtreecommitdiffstats
path: root/modules/virt.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-021-274/+0
| | | | | | Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.
* changed more class defs to use (object) instead of () so it works onJesus M. Rodriguez2007-10-011-1/+1
| | | | python 2.3 and 2.4.
* Fix bad indentation in minion, modules and overlordJames Bowes2007-09-291-1/+1
|
* Remove assorted unused importsJames Bowes2007-09-261-1/+0
|
* Package the subprocess module so that we can use it on EL4.Michael DeHaan2007-09-241-3/+3
|
* Remove underscores from exported function names as they are now redundant.Michael DeHaan2007-09-211-9/+9
|
* Fix up virt code some more.Michael DeHaan2007-09-211-5/+5
|
* Misc fixes to the virt management module.Michael DeHaan2007-09-211-10/+9
|
* Rename web_svc as func_module.Michael DeHaan2007-09-211-3/+3
|
* Add virt module.Michael DeHaan2007-09-201-0/+276