Advertisement
sibeth

nova.conf file for compute1 node

Dec 3rd, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. [DEFAULT]
  2. dhcpbridge_flagfile=/etc/nova/nova.conf
  3. dhcpbridge=/usr/bin/nova-dhcpbridge
  4. logdir=/var/log/nova
  5. state_path=/var/lib/nova
  6. lock_path=/var/lock/nova
  7. force_dhcp_release=True
  8. iscsi_helper=tgtadm
  9. libvirt_use_virtio_for_bridges=True
  10. connection_type=libvirt
  11. root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
  12. verbose=True
  13. ec2_private_dns_show_ip=True
  14. api_paste_config=/etc/nova/api-paste.ini
  15. volumes_path=/var/lib/nova/volumes
  16. enabled_apis=ec2,osapi_compute,metadata
  17. auth_strategy=keystone
  18. rpc_backend = nova.rpc.impl_kombu
  19. rabbit_host = ucloud
  20. rabbit_password = di
  21. my_ip=192.168.200.3
  22. vnc_enabled=True
  23. vncserver_listen=0.0.0.0
  24. vncserver_proxyclient_address=192.168.200.3
  25. novncproxy_base_url=http://ucloud:6080/vnc_auto.html
  26. glance_host=ucloud
  27. network_manager=nova.network.manager.FlatDHCPManager
  28. firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver
  29. network_size=254
  30. allow_same_net_traffic=False
  31. multi_host=True
  32. send_arp_for_ha=True
  33. share_dhcp_address=True
  34. force_dhcp_release=True
  35. flat_network_bridge=br100
  36. flat_interface=eth0
  37. public_interface=eth0
  38. rabbit_host=ucloud
  39.  
  40. [database]
  41. # The SQLAlchemy connection string used to connect to the database
  42. connection = mysql://nova:di@ucloud/nova
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement