Advertisement
Guest User

Untitled

a guest
Feb 5th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. [DEFAULT]
  2. rabbit_host=control
  3. rabbit_password=RABBIT_PASS
  4. rpc_backend=rabbit
  5. my_ip=192.168.16.3
  6. report_interval=70
  7. auth_strategy=keystone
  8. novncproxy_host=192.168.16.3
  9. novncproxy_port=6080
  10. block_device_allocate_retries=180
  11. block_device_allocate_retries_interval=3
  12. network_api_class = nova.network.neutronv2.api.API
  13. linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
  14. security_group_api = neutron
  15. debug=true
  16. verbose=true
  17. vif_plugging_is_fatal=false
  18. vif_plugging_timeout=0
  19. firewall_driver = nova.virt.firewall.NoopFirewallDriver
  20. [baremetal]
  21. [cells]
  22. [cinder]
  23. catalog_info=volume:cinder:publicURL
  24. [conductor]
  25. [ephemeral_storage_encryption]
  26. [glance]
  27. host=control
  28. [hyperv]
  29. [image_file_url]
  30. [ironic]
  31. [keymgr]
  32. [keystone_authtoken]
  33. auth_uri = http://control:5000/v2.0
  34. identity_uri = http://control:35357
  35. admin_tenant_name = service
  36. admin_user = nova
  37. admin_password = NOVA_PASS
  38. [libvirt]
  39. virt_type=kvm
  40. [matchmaker_redis]
  41. [matchmaker_ring]
  42. [metrics]
  43. [neutron]
  44. url = http://control:9696
  45. region_name = RegionOne
  46. auth_strategy = keystone
  47. admin_auth_url = http://control:35357/v2.0
  48. admin_tenant_name = service
  49. admin_username = neutron
  50. admin_password = NEUTRON_PASS
  51. service_neutron_metadata_proxy = True
  52. metadata_proxy_shared_secret=METADATA_SECRET
  53. [osapi_v3]
  54. [rdp]
  55. [serial_console]
  56. [spice]
  57. [ssl]
  58. [trusted_computing]
  59. [upgrade_levels]
  60. [vmware]
  61. [xenserver]
  62. [zookeeper]
  63. [database]
  64. connection = mysql://nova:NOVA_DBPASS@control/nova
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement