~lutostag/ubuntu/trusty/maas/1.5.2+packagefix

« back to all changes in this revision

Viewing changes to etc/maas/templates/commissioning-user-data/snippets/maas_enlist.sh

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-03-28 10:43:53 UTC
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: package-import@ubuntu.com-20140328104353-ekpolg0pm5xnvq2s
Tags: upstream-1.5+bzr2204
ImportĀ upstreamĀ versionĀ 1.5+bzr2204

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
#    maas-enlist: MAAS Enlistment Tool
4
4
#
5
 
#    Copyright (C) 2012 Canonical Ltd.
 
5
#    Copyright (C) 2012-2014 Canonical Ltd.
6
6
#
7
7
#    Authors: Andres Rodriguez <andres.rodriguez@canonical.com>
8
8
#
96
96
            --data-urlencode "hostname=${hostname}" \
97
97
            --data-urlencode "architecture=${arch}" \
98
98
            --data-urlencode "subarchitecture=${subarch}" \
99
 
            --data-urlencode "after_commissioning_action=0" \
100
99
            --data-urlencode "power_type=${power_type}" \
101
100
            --data-urlencode "power_parameters=${power_params}" \
102
101
            ${macparms} \