search for: f51a34c

Displaying 5 results from an estimated 5 matches for "f51a34c".

Did you mean: 351a34f
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
...elif item is UNDEFINE_DOMAIN: UndefineDomain() + elif item is LIST_DOMAINS: ListDomains() + elif item is CREATE_USER: CreateUser() + +def NodeMenu(): + screen = NodeMenuScreen() + screen.start() diff --git a/nodeadmin/setup.py.in b/nodeadmin/setup.py.in index f51a34c..3635810 100644 --- a/nodeadmin/setup.py.in +++ b/nodeadmin/setup.py.in @@ -30,5 +30,10 @@ setup(name = "nodeadmin", 'destroydom = nodeadmin.destroydomain:DestroyDomain', 'undefinedom = nodeadmin.undefinedomain:UndefineDomain', '...
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate, so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.