luciferchn

nova.conf

Feb 13th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [DEFAULT]
  2. rabbit_host = zcompute
  3. my_ip = zcompute
  4. vncserver_listen = 0.0.0.0
  5. vncserver_proxyclient_address = zcompute
  6. novncproxy_base_url = http://zcompute:6080/vnc_auto.html
  7. xvpvncproxy_base_url = http://zcompute:6081/console
  8. auth_strategy = keystone
  9. glance_host = zcompute
  10. api_paste_config = /etc/nova/api-paste.ini
  11. debug = True
  12. verbose = True
  13. live_migration_uri = qemu+tls://%s/system
  14. live_migration_flag = VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST,VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER
  15. flat_interface = eth1
  16. flat_network_bridge = vmbr
  17. public_interface = eth0
  18. firewall_driver = nova.virt.firewall.NoopFirewallDriver
  19. network_size = 254
  20. allow_same_net_traffic = False
  21. multi_host = True
  22. send_arp_for_ha = True
  23. share_dhcp_address = True
  24. force_dhcp_release = True
  25. allow_resize_to_same_host = True
  26. network_manager = nova.network.manager.FlatDHCPManager
  27. libvirt_type = qemu
  28. host=zcompute
  29. rpc_backend=nova.openstack.common.rpc.impl_zmq
  30. rpc_zmq_bind_address=*
  31. rpc_zmq_matchmaker=nova.openstack.common.rpc.matchmaker_ring.MatchMakerRing
  32. rpc_zmq_port=9501
  33. rpc_zmq_contexts=1
  34. rpc_zmq_ipc_dir=/var/run/openstack
  35. rpc_zmq_host=zcompute
  36. matchmaker_heartbeat_freq=300
  37. matchmaker_heartbeat_ttl=600
  38.  
  39. [hyperv]
  40.  
  41. [zookeeper]
  42.  
  43. [osapi_v3]
  44.  
  45. [conductor]
  46.  
  47. [keymgr]
  48.  
  49. [cells]
  50.  
  51. [database]
  52. connection = mysql://nova:nova@zcompute/nova
  53.  
  54. [image_file_url]
  55.  
  56. [baremetal]
  57.  
  58. [rpc_notifier2]
  59.  
  60. [ssl]
  61.  
  62. [trusted_computing]
  63.  
  64. [upgrade_levels]
  65.  
  66. [matchmaker_ring]
  67. ringfile=/etc/nova/matchmaker_ring.json
  68.  
  69. [vmware]
  70.  
  71. [spice]
  72.  
  73. [keystone_authtoken]
  74. auth_host = zcompute
  75. auth_port = 35357
  76. auth_protocol = http
  77. auth_version = v2.0
  78. admin_user = nova
  79. admin_tenant_name = service
  80. admin_password = nova
Advertisement
Add Comment
Please, Sign In to add comment