← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~jtv/maas/bug-1025582-api into lp:maas

 

24	+    @api_exported('POST')
25	+    def report_boot_images(self, request):
26	+        """Report available boot images.
27	+
28	+        A boot image consists of a kernel and initrd, which a netbooting
29	+        node can download from TFTP (as directed over PXE).  These are
30	+        downloaded by the `maas-import-pxe-files` script, running on the
31	+        same system as the master worker.  The master worker can report
32	+        to the server which boot images are available to nodes.
33	+
34	+        :param images: A list of tuples: (architecture, sub-architecture,
35	+            release, purpose).
36	+        """
37	+

Looks like an empty duplicate…?
-- 
https://code.launchpad.net/~jtv/maas/bug-1025582-api/+merge/123711
Your team MAAS Maintainers is requested to review the proposed merge of lp:~jtv/maas/bug-1025582-api into lp:maas.


References