Merge lp:~rvb/maas-test/maas-test-use-trusty into lp:maas-test

Proposed by Raphaël Badin
Status: Merged
Approved by: Raphaël Badin
Approved revision: 145
Merged at revision: 145
Proposed branch: lp:~rvb/maas-test/maas-test-use-trusty
Merge into: lp:maas-test
Diff against target: 15 lines (+4/-1)
1 file modified
maastest/parser.py (+4/-1)
To merge this branch: bzr merge lp:~rvb/maas-test/maas-test-use-trusty
Reviewer Review Type Date Requested Status
Graham Binns (community) Approve
Review via email: mp+214751@code.launchpad.net

Commit message

Default to using Trusty because it's not the current LTS yet but maas doesn't support commissioning with precise anymore.

To post a comment you must log in.
Revision history for this message
Graham Binns (gmb) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'maastest/parser.py'
2--- maastest/parser.py 2014-04-04 17:04:36 +0000
3+++ maastest/parser.py 2014-04-08 13:58:23 +0000
4@@ -127,7 +127,10 @@
5 parser.add_argument(
6 '--series', type=text_type,
7 choices=utils.get_supported_node_series(),
8- default=latest_LTS_series,
9+ # Hardcode 'trusty' until it's effectively the latest LTS.
10+ # This is the series used for commissioning and deployment and
11+ # MAAS doesn't support commissioning with precise.
12+ default='trusty',
13 help="Code name for the Ubuntu release series that the node should "
14 "run. Defaults to the latest LTS (%(default)s).")
15 parser.add_argument(

Subscribers

People subscribed via source and target branches