From d4f25453e116ca132208e99d5e320500efbe5d9c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 10 Nov 2010 16:47:29 -0500 Subject: Add managedby to Host entries This will allow others to provision on behalf of the host. ticket 280 --- tests/test_xmlrpc/test_netgroup_plugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_xmlrpc/test_netgroup_plugin.py') diff --git a/tests/test_xmlrpc/test_netgroup_plugin.py b/tests/test_xmlrpc/test_netgroup_plugin.py index 76874daa..4c3aeafc 100644 --- a/tests/test_xmlrpc/test_netgroup_plugin.py +++ b/tests/test_xmlrpc/test_netgroup_plugin.py @@ -164,6 +164,7 @@ class test_netgroup(Declarative): krbprincipalname=[u'host/%s@%s' % (host1, api.env.realm)], objectclass=objectclasses.host, ipauniqueid=[fuzzy_uuid], + managedby_host=[host1], ), ), ), -- cgit