~james-page/charms/trusty/nova-cloud-controller/fixup-allowedunits-migration

« back to all changes in this revision

Viewing changes to templates/juno/nova.conf

  • Committer: james.page at ubuntu
  • Date: 2015-04-13 08:49:59 UTC
  • mfrom: (102.5.10 nova-cloud-controller)
  • Revision ID: james.page@ubuntu.com-20150413084959-t7rjpm1t3m1xsabz
[smukkamala,narindergupta] Add support for Nuage VSP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
{% endif -%}
73
73
{% endif -%}
74
74
 
 
75
{% if neutron_plugin and neutron_plugin == 'vsp' -%}
 
76
neutron_ovs_bridge = alubr0
 
77
{% endif -%}
 
78
 
75
79
{% if neutron_plugin and neutron_plugin == 'nvp' -%}
76
80
security_group_api = neutron
77
81
nova_firewall_driver = nova.virt.firewall.NoopFirewallDriver