Merge lp:~lutostag/ubuntu/trusty/maas/1.5.4+keystone into lp:ubuntu/trusty-proposed/maas

Proposed by Greg Lutostanski
Status: Needs review
Proposed branch: lp:~lutostag/ubuntu/trusty/maas/1.5.4+keystone
Merge into: lp:ubuntu/trusty-proposed/maas
Diff against target: 27 lines (+9/-0)
2 files modified
debian/changelog (+6/-0)
src/provisioningserver/driver/__init__.py (+3/-0)
To merge this branch: bzr merge lp:~lutostag/ubuntu/trusty/maas/1.5.4+keystone
Reviewer Review Type Date Requested Status
Scott Moser Pending
Review via email: mp+235218@code.launchpad.net

Description of the change

Add hwe for keystone.

To post a comment you must log in.

Unmerged revisions

66. By Greg Lutostanski

Enablement for armhf/keystone architecture.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-08-29 13:27:34 +0000
3+++ debian/changelog 2014-09-18 21:50:54 +0000
4@@ -1,3 +1,9 @@
5+maas (1.5.4+bzr2295-0ubuntu1) trusty-proposed; urgency=medium
6+
7+ * Add hardware enablement for armhf/keystone (LP: #1350103)
8+
9+ -- Greg Lutostanski <gregory.lutostanski@canonical.com> Thu, 18 Sep 2014 16:43:56 -0500
10+
11 maas (1.5.4+bzr2294-0ubuntu1) trusty-proposed; urgency=medium
12
13 * New upstream bug fix release:
14
15=== modified file 'src/provisioningserver/driver/__init__.py'
16--- src/provisioningserver/driver/__init__.py 2014-08-29 13:27:34 +0000
17+++ src/provisioningserver/driver/__init__.py 2014-09-18 21:50:54 +0000
18@@ -145,6 +145,9 @@
19 Architecture(
20 name="armhf/generic", description="armhf/generic",
21 pxealiases=["arm"], kernel_options=["console=ttyAMA0"]),
22+ Architecture(
23+ name="armhf/keystone", description="armhf/keystone",
24+ pxealiases=["arm"]),
25 # PPC64EL needs a rootdelay for PowerNV. The disk controller
26 # in the hardware, takes a little bit longer to come up then
27 # the initrd wants to wait. Set this to 60 seconds, just to

Subscribers

People subscribed via source and target branches