Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved code under the func namespace. | Devan Goodwin | 2007-10-02 | 1 | -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 on | Jesus M. Rodriguez | 2007-10-01 | 1 | -1/+1 |
| | | | | python 2.3 and 2.4. | ||||
* | Fix bad indentation in minion, modules and overlord | James Bowes | 2007-09-29 | 1 | -1/+1 |
| | |||||
* | Remove assorted unused imports | James Bowes | 2007-09-26 | 1 | -1/+0 |
| | |||||
* | Package the subprocess module so that we can use it on EL4. | Michael DeHaan | 2007-09-24 | 1 | -3/+3 |
| | |||||
* | Remove underscores from exported function names as they are now redundant. | Michael DeHaan | 2007-09-21 | 1 | -9/+9 |
| | |||||
* | Fix up virt code some more. | Michael DeHaan | 2007-09-21 | 1 | -5/+5 |
| | |||||
* | Misc fixes to the virt management module. | Michael DeHaan | 2007-09-21 | 1 | -10/+9 |
| | |||||
* | Rename web_svc as func_module. | Michael DeHaan | 2007-09-21 | 1 | -3/+3 |
| | |||||
* | Add virt module. | Michael DeHaan | 2007-09-20 | 1 | -0/+276 |