~allenap/maas/duplicate-vlan-on-start--bug-1583333

« back to all changes in this revision

Viewing changes to src/maasserver/bootsources.py

  • Committer: Gavin Panella
  • Date: 2016-05-31 19:15:43 UTC
  • mfrom: (5050.1.5 maas)
  • Revision ID: gavin.panella@canonical.com-20160531191543-xkc3267agjrjl1rn
Merged trunk into duplicate-vlan-on-start--bug-1583333.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        BootSourceSelection.objects.create(
60
60
            boot_source=source, os=ubuntu.name,
61
61
            release=ubuntu.get_default_commissioning_release(),
62
 
            arches=['amd64'], subarches=['*'], labels=['release'])
 
62
            arches=['amd64'], subarches=['*'], labels=['*'])
63
63
 
64
64
 
65
65
@transactional