Merge lp://staging/~ltrager/maas/lp1686169_2.1 into lp://staging/maas/2.1
Proposed by
Lee Trager
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Blake Rouse | ||||
| Approved revision: | no longer in the source branch. | ||||
| Merged at revision: | 5602 | ||||
| Proposed branch: | lp://staging/~ltrager/maas/lp1686169_2.1 | ||||
| Merge into: | lp://staging/maas/2.1 | ||||
| Diff against target: |
652 lines (+253/-162) 5 files modified
Makefile (+2/-2) src/maasserver/bootresources.py (+2/-63) src/maasserver/tests/test_bootresources.py (+59/-86) src/provisioningserver/import_images/download_descriptions.py (+72/-0) src/provisioningserver/import_images/tests/test_download_descriptions.py (+118/-11) |
||||
| To merge this branch: | bzr merge lp://staging/~ltrager/maas/lp1686169_2.1 | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Blake Rouse (community) | Approve | ||
|
Review via email:
|
|||
Commit message
Filter out unsupported products from BootSourceCache.
Description of the change
This prevents Ubuntu Core from being shown in the boot images page in MAAS 2.1
To post a comment you must log in.

Looks good.