Advertisement
Guest User

nova.conf

a guest
Sep 25th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. # Network settings
  2. network_api_class=nova.network.quantumv2.api.API
  3. quantum_url=http://10.0.0.1:9696
  4. quantum_auth_strategy=keystone
  5. quantum_admin_tenant_name=service
  6. quantum_admin_username=quantum
  7. quantum_admin_password=ctNjvPMqg4n93hQ
  8. quantum_admin_auth_url=http://10.0.0.1:35357/v2.0
  9. libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
  10. linuxnet_interface_driver=nova.network.linux_net.LinuxOVSInterfaceDriver
  11. #If you want Quantum + Nova Security groups
  12. #firewall_driver=nova.virt.firewall.NoopFirewallDriver
  13. #security_group_api=quantum
  14. #If you want Nova Security groups only, comment the two lines above and uncomment line -1-.
  15. -1-firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement