Implement creation and cloning of hostless jobs from AFE Create Job tab

Signed-off-by: James Ren <jamesren@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4405 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/frontend/afe/rpc_interface.py b/frontend/afe/rpc_interface.py
index b4a7cbf..ab2596a 100644
--- a/frontend/afe/rpc_interface.py
+++ b/frontend/afe/rpc_interface.py
@@ -655,6 +655,7 @@
         info['atomic_group_name'] = (job_info['atomic_group']).name
     else:
         info['atomic_group_name'] = None
+    info['hostless'] = job_info['hostless']
 
     return rpc_utils.prepare_for_serialization(info)