~corey.bryant/charms/trusty/nova-compute/proxy-none

« back to all changes in this revision

Viewing changes to templates/kilo/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:
58
58
{% endif -%}
59
59
{% endif -%}
60
60
 
 
61
{% if neutron_plugin and neutron_plugin == 'vsp' -%}
 
62
network_api_class=nova.network.neutronv2.api.API
 
63
libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtGenericVIFDriver
 
64
neutron_ovs_bridge=alubr0
 
65
security_group_api=nova
 
66
firewall_driver = nova.virt.firewall.NoopFirewallDriver
 
67
{% endif -%}
 
68
 
61
69
{% if neutron_plugin and (neutron_plugin == 'nvp' or neutron_plugin == 'nsx') -%}
62
70
libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtOpenVswitchVirtualPortDriver
63
71
security_group_api = neutron