Guest User

Untitled

a guest
Jan 19th, 2016
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1.  
  2. [DEFAULT]
  3. vif_plugging_timeout = 300
  4. vif_plugging_is_fatal = True
  5. security_group_api = neutron
  6. network_api_class = nova.network.neutronv2.api.API
  7. firewall_driver = nova.virt.firewall.NoopFirewallDriver
  8. compute_driver = libvirt.LibvirtDriver
  9. default_ephemeral_format = ext4
  10. graceful_shutdown_timeout = 5
  11. metadata_workers = 2
  12. osapi_compute_workers = 2
  13. rpc_backend = rabbit
  14. ec2_dmz_host = 10.40.20.96
  15. xvpvncproxy_host = 0.0.0.0
  16. novncproxy_host = 0.0.0.0
  17. vncserver_proxyclient_address = 127.0.0.1
  18. vncserver_listen = 127.0.0.1
  19. vnc_enabled = true
  20. xvpvncproxy_base_url = http://10.40.20.96:6081/console
  21. novncproxy_base_url = http://10.40.20.96:6080/vnc_auto.html
  22. logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s
  23. logging_debug_format_suffix = from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d
  24. logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
  25. logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_name)s %(project_name)s%(color)s] %(instance)s%(color)s%(message)s
  26. force_config_drive = True
  27. instances_path = /opt/stack/data/nova/instances
  28. state_path = /opt/stack/data/nova
  29. enabled_apis = osapi_compute,metadata
  30. s3_listen = 0.0.0.0
  31. metadata_listen = 0.0.0.0
  32. osapi_compute_listen = 0.0.0.0
  33. instance_name_template = instance-%08x
  34. my_ip = 10.40.20.96
  35. s3_port = 3333
  36. s3_host = 10.40.20.96
  37. default_floating_pool = public
  38. force_dhcp_release = True
  39. dhcpbridge_flagfile = /etc/nova/nova.conf
  40. scheduler_default_filters = RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter
  41. scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler
  42. rootwrap_config = /etc/nova/rootwrap.conf
  43. api_paste_config = /etc/nova/api-paste.ini
  44. allow_resize_to_same_host = True
  45. debug = True
  46. notification_driver = nova.openstack.common.notifier.rpc_notifier
  47. notification_topics = monitor
  48. notify_on_state_change = vm_and_task_state
  49.  
  50. [database]
  51. connection = mysql+pymysql://root:password@127.0.0.1/nova?charset=utf8
  52.  
  53. [api_database]
  54. connection = mysql+pymysql://root:password@127.0.0.1/nova_api?charset=utf8
  55.  
  56. [keystone_authtoken]
  57. signing_dir = /var/cache/nova
  58. cafile = /opt/stack/data/ca-bundle.pem
  59. auth_uri = http://10.40.20.96:5000
  60. project_domain_id = default
  61. project_name = service
  62. user_domain_id = default
  63. password = password
  64. username = nova
  65. auth_url = http://10.40.20.96:35357
  66. auth_type = password
  67.  
  68. [oslo_concurrency]
  69. lock_path = /opt/stack/data/nova
  70.  
  71. [spice]
  72. enabled = false
  73. html5proxy_base_url = http://10.40.20.96:6082/spice_auto.html
  74.  
  75. [oslo_messaging_rabbit]
  76. rabbit_userid = stackrabbit
  77. rabbit_password = password
  78. rabbit_hosts = 10.40.20.96
  79.  
  80. [glance]
  81. api_servers = http://10.40.20.96:9292
  82.  
  83. [conductor]
  84. workers = 2
  85.  
  86. [cinder]
  87. os_region_name = RegionOne
  88.  
  89. [libvirt]
  90. inject_partition = -2
  91. live_migration_uri = qemu+ssh://stack@%s/system
  92. use_usb_tablet = False
  93. cpu_mode = none
  94. virt_type = qemu
  95.  
  96. [neutron]
  97. service_metadata_proxy = True
  98. url = http://10.40.20.96:9696
  99. region_name = RegionOne
  100. auth_strategy = keystone
  101. project_domain_name = Default
  102. project_name = service
  103. user_domain_name = Default
  104. password = password
  105. username = neutron
  106. auth_url = http://10.40.20.96:35357/v3
  107. auth_plugin = v3password
  108.  
  109. [keymgr]
  110. fixed_key = 02a38024172b2e5143dfd8b2c6095ff5b8f268c447cb857e9688ffc9c0fc89d4
Add Comment
Please, Sign In to add comment