Merge lp:~opnfv-team/maas-deployer/power8 into lp:~maas-deployers/maas-deployer/next

Proposed by Narinder Gupta
Status: Merged
Merged at revision: 66
Proposed branch: lp:~opnfv-team/maas-deployer/power8
Merge into: lp:~maas-deployers/maas-deployer/next
Diff against target: 15 lines (+2/-2)
1 file modified
maas_deployer/vmaas/templates/cloud-init.cfg (+2/-2)
To merge this branch: bzr merge lp:~opnfv-team/maas-deployer/power8
Reviewer Review Type Date Requested Status
Edward Hope-Morley Pending
MAAS Deployers Pending
Review via email: mp+289328@code.launchpad.net

Description of the change

Last change as including "-" was not working properly

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'maas_deployer/vmaas/templates/cloud-init.cfg'
2--- maas_deployer/vmaas/templates/cloud-init.cfg 2016-03-08 13:58:52 +0000
3+++ maas_deployer/vmaas/templates/cloud-init.cfg 2016-03-17 06:38:32 +0000
4@@ -44,9 +44,9 @@
5 # Used to manage KVM instances via libvirt
6 - libvirt-bin
7 # Below package does not exist on Power8 architecture.
8-{% if arch != 'ppc64' -%}
9+{% if arch != 'ppc64' %}
10 - linux-image-extra-virtual
11-{% endif -%}
12+{% endif %}
13 - jq
14 - juju-core
15 - juju-deployer

Subscribers

People subscribed via source and target branches