Advertisement
Guest User

Untitled

a guest
Jul 1st, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.20 KB | None | 0 0
  1. [DEFAULT]
  2. firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
  3. compute_driver = libvirt.LibvirtDriver
  4. flat_interface = eth2
  5. flat_network_bridge = br100
  6. vlan_interface = eth0
  7. public_interface = br100
  8. network_manager = nova.network.manager.FlatDHCPManager
  9. glance_api_servers = 10.0.4.6:9292
  10. rabbit_password = letsgogpus
  11. rabbit_host = localhost
  12. rpc_backend = nova.openstack.common.rpc.impl_kombu
  13. ec2_dmz_host = 10.0.4.6
  14. vncserver_proxyclient_address = 127.0.0.1
  15. vncserver_listen = 127.0.0.1
  16. vnc_enabled = true
  17. xvpvncproxy_base_url = http://10.0.4.6:6081/console
  18. novncproxy_base_url = http://10.0.4.6:6080/vnc_auto.html
  19. logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s ^[[01;35m%(instance)s^[[00m
  20. logging_debug_format_suffix = ^[[00;33mfrom (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d^[[00m
  21. logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [^[[00;36m-%(color)s] ^[[01;35m%(instance)s%(color)s%(message)s^[[00m
  22. logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [^[[01;36m%(request_id)s ^[[00;36m%(user_name)s %(project_name)s%(color)s] ^[[01;35m%(instance)s%(color)s%(message)s^[[00m
  23. instances_path = /opt/stack/data/nova/instances
  24. lock_path = /opt/stack/data/nova
  25. state_path = /opt/stack/data/nova
  26. volume_api_class = nova.volume.cinder.API
  27. enabled_apis = ec2,osapi_compute,metadata
  28. instance_name_template = instance-%08x
  29. libvirt_cpu_mode = none
  30. libvirt_type = xen
  31. sql_connection = mysql://root:letsgogpus@localhost/nova?charset=utf8
  32. my_ip = 10.0.4.6
  33. osapi_compute_extension = nova.api.openstack.compute.contrib.standard_extensions
  34. s3_port = 3333
  35. s3_host = 10.0.4.6
  36. default_floating_pool = public
  37. fixed_range =
  38. force_dhcp_release = True
  39. dhcpbridge_flagfile = /etc/nova/nova.conf
  40. compute_scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler
  41. rootwrap_config = /etc/nova/rootwrap.conf
  42. api_paste_config = /etc/nova/api-paste.ini
  43. allow_resize_to_same_host = True
  44. auth_strategy = keystone
  45. debug = True
  46. verbose = True
  47. pci_passthrough_devices=[{"label":"infiniband","address":"0000:21:00.0"}]
  48.  
  49. [spice]
  50. enabled = false
  51. html5proxy_base_url = http://10.0.4.6:6082/spice_auto.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement