Advertisement
Guest User

wasmum-nova-neutron

a guest
Apr 24th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. [DEFAULT]
  2. rpc_backend = rabbit
  3. rabbit_host = 134.6.9.47
  4. rabbit_password = asfgasdf
  5. my_ip = 134.6.9.48
  6. auth_strategy = keystone
  7. vnc_enabled = True
  8. vncserver_listen = 0.0.0.0
  9. vncserver_proxyclient_address = 134.6.9.48
  10. novncproxy_base_url = http://134.6.9.47:6080/vnc_auto.html
  11. verbose = True
  12. core_plugin = ml2
  13. service_plugins = router
  14. allow_overlapping_ips = True
  15. network_api_class = nova.network.neutronv2.api.API
  16. security_group_api = neutron
  17. linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
  18. firewall_driver = nova.virt.firewall.NoopFirewallDriver
  19. [glance]
  20. host = 134.6.9.47
  21. [keystone_authtoken]
  22. auth_uri = http://134.6.9.47:5000/v2.0
  23. identity_uri = http://134.6.9.47:35357
  24. admin_tenant_name = service
  25. admin_user = nova
  26. admin_password = asgasdgf
  27. [libvirt]
  28. virt_type = qemu
  29. [neutron]
  30. url = http://134.6.9.47:9696
  31. auth_strategy = keystone
  32. admin_auth_url = http://134.6.9.47:35357/v2.0
  33. admin_tenant_name = service
  34. admin_username = neutron
  35. admin_password = afsgrg
  36.  
  37.  
  38.  
  39. [DEFAULT]
  40. verbose = True
  41. core_plugin = ml2
  42. service_plugins = router
  43. allow_overlapping_ips = True
  44. auth_strategy = keystone
  45. rabbit_host = 134.6.9.47
  46. rabbit_password =
  47. rpc_backend = rabbit
  48. [keystone_authtoken]
  49. auth_uri = http://134.6.9.47:5000/v2.0
  50. identity_uri = http://134.6.9.47:35357
  51. admin_tenant_name = service
  52. admin_user = neutron
  53. admin_password = SAdasd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement