Merge lp:~leftyfb/maas/1.8-1523674 into lp:maas/1.8

Proposed by Mike Rushton
Status: Merged
Approved by: Blake Rouse
Approved revision: no longer in the source branch.
Merged at revision: 4057
Proposed branch: lp:~leftyfb/maas/1.8-1523674
Merge into: lp:maas/1.8
Diff against target: 10 lines (+1/-0)
1 file modified
src/provisioningserver/drivers/hardware/virsh.py (+1/-0)
To merge this branch: bzr merge lp:~leftyfb/maas/1.8-1523674
Reviewer Review Type Date Requested Status
Blake Rouse (community) Approve
Andres Rodriguez (community) Approve
Review via email: mp+280080@code.launchpad.net

Commit message

Fix for bug 1523674, virsh is reporting ppc64le, not ppc64el.

Description of the change

Fix for bug 1523674, virsh is reporting ppc64le, not ppc64el.

To post a comment you must log in.
Revision history for this message
Blake Rouse (blake-rouse) wrote :

1.8 is going to be replaced by 1.9 in trusty.

review: Disapprove
Revision history for this message
Andres Rodriguez (andreserl) wrote :

Actually, I think this should land in 1.8 just in case, sicne its probbaly easier to SRU 1.8.X than 1.9.

review: Approve
Revision history for this message
Blake Rouse (blake-rouse) wrote :

Okay.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/provisioningserver/drivers/hardware/virsh.py'
--- src/provisioningserver/drivers/hardware/virsh.py 2015-06-01 21:16:39 +0000
+++ src/provisioningserver/drivers/hardware/virsh.py 2015-12-09 21:26:14 +0000
@@ -38,6 +38,7 @@
38ARCH_FIX = {38ARCH_FIX = {
39 'x86_64': 'amd64',39 'x86_64': 'amd64',
40 'ppc64': 'ppc64el',40 'ppc64': 'ppc64el',
41 'ppc64le': 'ppc64el',
41 'i686': 'i386',42 'i686': 'i386',
42 }43 }
4344

Subscribers

People subscribed via source and target branches

to all changes: