Merge lp:~james-page/charms/trusty/nova-compute/nsx-update into lp:~openstack-charmers-archive/charms/trusty/nova-compute/trunk

Proposed by James Page
Status: Merged
Merged at revision: 71
Proposed branch: lp:~james-page/charms/trusty/nova-compute/nsx-update
Merge into: lp:~openstack-charmers-archive/charms/trusty/nova-compute/trunk
Diff against target: 22 lines (+2/-2)
2 files modified
charm-helpers.yaml (+1/-1)
templates/havana/nova.conf (+1/-1)
To merge this branch: bzr merge lp:~james-page/charms/trusty/nova-compute/nsx-update
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+223373@code.launchpad.net

Description of the change

Fixup NSX support for Icehouse

To post a comment you must log in.
Revision history for this message
Liam Young (gnuoy) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'charm-helpers.yaml'
2--- charm-helpers.yaml 2014-03-27 11:08:20 +0000
3+++ charm-helpers.yaml 2014-06-17 09:57:55 +0000
4@@ -1,4 +1,4 @@
5-branch: lp:charm-helpers
6+branch: lp:~openstack-charmers/charm-helpers/stable
7 destination: hooks/charmhelpers
8 include:
9 - core
10
11=== modified file 'templates/havana/nova.conf'
12--- templates/havana/nova.conf 2014-04-16 08:26:38 +0000
13+++ templates/havana/nova.conf 2014-06-17 09:57:55 +0000
14@@ -48,7 +48,7 @@
15 {% endif -%}
16 {% endif -%}
17
18-{% if neutron_plugin and neutron_plugin == 'nvp' -%}
19+{% if neutron_plugin and (neutron_plugin == 'nvp' or neutron_plugin == 'nsx') -%}
20 libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtOpenVswitchVirtualPortDriver
21 security_group_api = neutron
22 firewall_driver = nova.virt.firewall.NoopFirewallDriver

Subscribers

People subscribed via source and target branches