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
=== modified file 'debian/changelog'
--- debian/changelog 2014-08-29 13:27:34 +0000
+++ debian/changelog 2014-09-18 21:50:54 +0000
@@ -1,3 +1,9 @@
1maas (1.5.4+bzr2295-0ubuntu1) trusty-proposed; urgency=medium
2
3 * Add hardware enablement for armhf/keystone (LP: #1350103)
4
5 -- Greg Lutostanski <gregory.lutostanski@canonical.com> Thu, 18 Sep 2014 16:43:56 -0500
6
1maas (1.5.4+bzr2294-0ubuntu1) trusty-proposed; urgency=medium7maas (1.5.4+bzr2294-0ubuntu1) trusty-proposed; urgency=medium
28
3 * New upstream bug fix release:9 * New upstream bug fix release:
410
=== modified file 'src/provisioningserver/driver/__init__.py'
--- src/provisioningserver/driver/__init__.py 2014-08-29 13:27:34 +0000
+++ src/provisioningserver/driver/__init__.py 2014-09-18 21:50:54 +0000
@@ -145,6 +145,9 @@
145 Architecture(145 Architecture(
146 name="armhf/generic", description="armhf/generic",146 name="armhf/generic", description="armhf/generic",
147 pxealiases=["arm"], kernel_options=["console=ttyAMA0"]),147 pxealiases=["arm"], kernel_options=["console=ttyAMA0"]),
148 Architecture(
149 name="armhf/keystone", description="armhf/keystone",
150 pxealiases=["arm"]),
148 # PPC64EL needs a rootdelay for PowerNV. The disk controller151 # PPC64EL needs a rootdelay for PowerNV. The disk controller
149 # in the hardware, takes a little bit longer to come up then152 # in the hardware, takes a little bit longer to come up then
150 # the initrd wants to wait. Set this to 60 seconds, just to153 # the initrd wants to wait. Set this to 60 seconds, just to

Subscribers

People subscribed via source and target branches