~ubuntu-branches/ubuntu/utopic/maas/utopic

« back to all changes in this revision

Viewing changes to src/maasserver/templates/maasserver/snippets.html

  • Committer: Package Import Robot
  • Author(s): Julian Edwards, Julian Edwards, Andres Rodriguez
  • Date: 2014-08-21 18:38:27 UTC
  • mfrom: (1.2.34)
  • Revision ID: package-import@ubuntu.com-20140821183827-9xyb5u2o4l8g3zxj
Tags: 1.6.1+bzr2550-0ubuntu1
* New upstream bugfix release:
  - Auto-link node MACs to Networks (LP: #1341619)

[ Julian Edwards ]
* debian/maas-region-controller.postinst: Don't restart RabbitMQ on
  upgrades, just ensure it's running.  Should prevent a race with the
  cluster celery restarting.
* debian/rules: Pull upstream branch from the right place.

[ Andres Rodriguez ]
* debian/maas-region-controller.postinst: Ensure cluster celery is
  started if it also runs on the region.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    </div>
17
17
  </p>
18
18
  <p>
 
19
    <label for="id_osystem">OS</label>
 
20
    {{ node_form.osystem }}
 
21
  </p>
 
22
  <p>
19
23
    <label for="id_distro_series">Release</label>
20
24
    {{ node_form.distro_series }}
21
25
  </p>
 
26
  <p class="license_key hidden">
 
27
    <label for="id_license_key">License Key (Required)</label>
 
28
    {{ node_form.license_key }}
 
29
  </p>
22
30
  <p>
23
31
    <label for="id_nodegroup">Cluster</label>
24
32
    {{ node_form.nodegroup }}