~rvb/maas/bug-1384001-redux-2

« back to all changes in this revision

Viewing changes to src/provisioningserver/api.py

  • Committer: Gavin Panella
  • Date: 2012-03-15 13:58:32 UTC
  • mto: This revision was merged to the branch mainline in revision 291.
  • Revision ID: gavin.panella@canonical.com-20120315135832-8i2rkbvp6gwdhkzt
Change MaaS to MAAS everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
# Preseed data to send to cloud-init.  We set this as MAAS_PRESEED in
153
153
# ks_meta, and it gets fed straight into debconf.
154
154
metadata_preseed_items = [
155
 
    ('datasources', 'multiselect', 'MaaS'),
 
155
    ('datasources', 'multiselect', 'MAAS'),
156
156
    ('maas-metadata-url', 'string', '%(maas-metadata-url)s'),
157
157
    ('maas-metadata-credentials', 'string', '%(maas-metadata-credentials)s'),
158
158
    ]