Merge lp:~blake-rouse/maas/add-utopic-1.6 into lp:maas/1.6

Proposed by Blake Rouse
Status: Merged
Approved by: Blake Rouse
Approved revision: no longer in the source branch.
Merged at revision: 2537
Proposed branch: lp:~blake-rouse/maas/add-utopic-1.6
Merge into: lp:maas/1.6
Diff against target: 15 lines (+1/-2)
1 file modified
src/provisioningserver/drivers/osystem/ubuntu.py (+1/-2)
To merge this branch: bzr merge lp:~blake-rouse/maas/add-utopic-1.6
Reviewer Review Type Date Requested Status
Raphaël Badin (community) Approve
Review via email: mp+227355@code.launchpad.net

Commit message

Add 14.10 Utopic Unicorn to available distro series. Remove quantal and raring as support period has ended.

To post a comment you must log in.
Revision history for this message
Raphaël Badin (rvb) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/provisioningserver/drivers/osystem/ubuntu.py'
2--- src/provisioningserver/drivers/osystem/ubuntu.py 2014-06-10 14:45:14 +0000
3+++ src/provisioningserver/drivers/osystem/ubuntu.py 2014-07-18 15:47:39 +0000
4@@ -24,10 +24,9 @@
5
6 DISTRO_SERIES_CHOICES = {
7 'precise': 'Ubuntu 12.04 LTS "Precise Pangolin"',
8- 'quantal': 'Ubuntu 12.10 "Quantal Quetzal"',
9- 'raring': 'Ubuntu 13.04 "Raring Ringtail"',
10 'saucy': 'Ubuntu 13.10 "Saucy Salamander"',
11 'trusty': 'Ubuntu 14.04 LTS "Trusty Tahr"',
12+ 'utopic': 'Ubuntu 14.10 "Utopic Unicorn"',
13 }
14
15 COMMISIONING_DISTRO_SERIES = [

Subscribers

People subscribed via source and target branches

to all changes: