~gnuoy/charms/trusty/nova-compute/1496746

« back to all changes in this revision

Viewing changes to templates/juno/nova.conf

  • Committer: james.page at ubuntu
  • Date: 2015-04-13 08:57:13 UTC
  • mfrom: (79.4.12 nova-compute)
  • Revision ID: james.page@ubuntu.com-20150413085713-ta2bukefgsd68p2g
[smukkamala,narindergupta,r=jamespage] Add support for Nuage VSP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
{% endif -%}
71
71
{% endif -%}
72
72
 
 
73
{% if neutron_plugin and neutron_plugin == 'vsp' -%}
 
74
network_api_class=nova.network.neutronv2.api.API
 
75
libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtGenericVIFDriver
 
76
neutron_ovs_bridge=alubr0
 
77
security_group_api=nova
 
78
firewall_driver = nova.virt.firewall.NoopFirewallDriver
 
79
{% endif -%}
 
80
 
73
81
{% if neutron_plugin and (neutron_plugin == 'nvp' or neutron_plugin == 'nsx') -%}
74
82
libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtOpenVswitchVirtualPortDriver
75
83
security_group_api = neutron