← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~evilnick/maas/cli-help into lp:maas

 

Nick Veitch has proposed merging lp:~evilnick/maas/cli-help into lp:maas.

Commit message:
Added minimum data requirements to help for maas-cli nodes new command

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #1070522 in MAAS: "maas-cli nodes new incomplete documentation"
  https://bugs.launchpad.net/maas/+bug/1070522

For more details, see:
https://code.launchpad.net/~evilnick/maas/cli-help/+merge/132903

adds a little more explanation to the maas-cli nodes new commandline help
-- 
https://code.launchpad.net/~evilnick/maas/cli-help/+merge/132903
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~evilnick/maas/cli-help into lp:maas.
=== modified file 'src/maasserver/api.py'
--- src/maasserver/api.py	2012-11-01 11:45:29 +0000
+++ src/maasserver/api.py	2012-11-05 14:18:25 +0000
@@ -745,6 +745,9 @@
 
         When a node has been added to MAAS by an admin MAAS user, it is
         ready for allocation to services running on the MAAS.
+        The minimum data required is:
+        architecture=<arch string> (e.g "i386/generic")
+        mac_address=<value>
         """
         node = create_node(request)
         if request.user.is_superuser: