Advertisement
Guest User

Untitled

a guest
Dec 28th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.72 KB | None | 0 0
  1. bandwidth_poll_interval = 600
  2. default_floating_pool = nova
  3. ca_file = cacert.pem
  4. sql_connection_debug = 0
  5. fixed_range = 10.0.0.0/8
  6. compute_topic = compute
  7. glance_port = 9292
  8. glance_api_servers = ['192.168.0.66:9292']
  9. user_cert_subject = /C=US/ST=California/O=OpenStack/OU=NovaDev/CN=%.16s-%.16s-%s
  10. quota_ram = 51200
  11. cache_images = all
  12. aws_access_key_id = admin
  13. send_arp_for_ha = False
  14. max_age = 0
  15. network_size = 256
  16. enable_new_services = True
  17. my_ip = 192.168.0.66
  18. quota_security_groups = 10
  19. ec2_dmz_host = 192.168.0.66
  20. lockout_attempts = 5
  21. password_length = 12
  22. security_group_handler = nova.network.sg.NullSecurityGroupHandler
  23. public_interface = eth0
  24. quota_injected_file_path_bytes = 255
  25. sqlite_db = nova.sqlite
  26. osapi_compute_extension = ['nova.api.openstack.compute.contrib.standard_extensions']
  27. allow_resize_to_same_host = False
  28. reclaim_instance_interval = 0
  29. notification_driver = []
  30. osapi_max_limit = 1000
  31. enable_instance_password = True
  32. compute_api_class = nova.compute.api.API
  33. fixed_range_v6 = fd00::/48
  34. default_publisher_id = raju
  35. resume_guests_state_on_host_boot = False
  36. dhcp_lease_time = 120
  37. floating_ip_dns_manager = nova.network.dns_driver.DNSDriver
  38. ec2_private_dns_show_ip = False
  39. send_arp_for_ha_count = 3
  40. snapshot_name_template = snapshot-%s
  41. keystone_ec2_url = http://localhost:5000/v2.0/ec2tokens
  42. metadata_host = 192.168.0.66
  43. quota_cores = 20
  44. quota_driver = nova.quota.DbQuotaDriver
  45. debug = False
  46. use_project_ca = False
  47. routing_source_ip = 192.168.0.66
  48. policy_file = policy.json
  49. volume_topic = volume
  50. dnsmasq_config_file =
  51. volume_name_template = volume-%s
  52. lock_path = /usr/lib/python2.7/dist-packages
  53. rpc_cast_timeout = 30
  54. state_path = /usr/lib/python2.7/dist-packages
  55. until_refresh = 0
  56. flat_network_dns = 8.8.4.4
  57. use_stderr = True
  58. fatal_deprecations = False
  59. s3_port = 3333
  60. logfile_mode = 0644
  61. logging_context_format_string = %(asctime)s %(levelname)s %(name)s [%(request_id)s %(user_id)s %(project_id)s] %(instance)s%(message)s
  62. quota_injected_file_content_bytes = 10240
  63. vpn_ip = 192.168.0.66
  64. isolated_hosts = []
  65. instance_name_template = instance-%08x
  66. ec2_host = 192.168.0.66
  67. instance_usage_audit_period = month
  68. cert_manager = nova.cert.manager.CertManager
  69. quota_metadata_items = 128
  70. logging_debug_format_suffix = from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d
  71. network_host = raju
  72. console_manager = nova.console.manager.ConsoleProxyManager
  73. zombie_instance_updated_at_window = 172800
  74. rpc_backend = nova.openstack.common.rpc.impl_kombu
  75. default_log_levels = ['amqplib=WARN', 'sqlalchemy=WARN', 'boto=WARN', 'suds=INFO', 'keystone=INFO', 'eventlet.wsgi.server=WARN']
  76. osapi_volume_extension = ['nova.api.openstack.volume.contrib.standard_extensions']
  77. dhcp_domain = novalocal
  78. sql_connection = sqlite:////usr/lib/python2.7/dist-packages/nova.sqlite
  79. console_topic = console
  80. ec2_strict_validation = True
  81. api_rate_limit = True
  82. host = raju
  83. instance_dns_domain =
  84. non_inheritable_image_properties = ['cache_in_nova', 'instance_uuid', 'user_id', 'image_type', 'backup_type', 'min_ram', 'min_disk']
  85. fixed_ip_disassociate_timeout = 600
  86. key_file = private/cakey.pem
  87. floating_range = 4.4.4.0/24
  88. multi_host = False
  89. glance_num_retries = 0
  90. db_backend = sqlalchemy
  91. sql_retry_interval = 10
  92. vpn_start = 1000
  93. reservation_expire = 86400
  94. networks_path = /usr/lib/python2.7/dist-packages/networks
  95. crl_file = crl.pem
  96. monkey_patch = False
  97. rpc_conn_pool_size = 30
  98. s3_host = 192.168.0.66
  99. sqlite_synchronous = True
  100. start_guests_on_host_boot = False
  101. linuxnet_ovs_integration_bridge = br-int
  102. scheduler_topic = scheduler
  103. verbose = False
  104. sql_max_retries = 10
  105. default_instance_type = m1.small
  106. vpn_key_suffix = -vpn
  107. use_cow_images = True
  108. quota_injected_files = 5
  109. null_kernel = nokernel
  110. notify_on_any_change = False
  111. quota_key_pairs = 100
  112. instance_format = [instance: %(uuid)s]
  113. rpc_response_timeout = 60
  114. osapi_compute_ext_list = []
  115. defer_iptables_apply = False
  116. publish_errors = False
  117. consoleauth_topic = consoleauth
  118. use_forwarded_for = False
  119. service_down_time = 60
  120. logging_exception_prefix = %(asctime)s TRACE %(name)s %(instance)s
  121. enabled_apis = ['ec2', 'osapi_compute', 'osapi_volume', 'metadata']
  122. volume_api_class = nova.volume.api.API
  123. default_notification_level = INFO
  124. scheduler_manager = nova.scheduler.manager.SchedulerManager
  125. ec2_port = 8773
  126. monkey_patch_modules = ['nova.api.ec2.cloud:nova.notifier.api.notify_decorator', 'nova.compute.api:nova.notifier.api.notify_decorator']
  127. rpc_thread_pool_size = 64
  128. quota_volumes = 10
  129. ec2_scheme = http
  130. keys_path = /usr/lib/python2.7/dist-packages/keys
  131. lockout_window = 15
  132. vpn_image_id = 0
  133. disable_process_locking = False
  134. allowed_rpc_exception_modules = ['nova.openstack.common.exception', 'nova.exception']
  135. auto_assign_floating_ip = False
  136. cert_topic = cert
  137. quota_floating_ips = 10
  138. fake_call = False
  139. instance_dns_manager = nova.network.dns_driver.DNSDriver
  140. sql_idle_timeout = 3600
  141. glance_host = 192.168.0.66
  142. default_image = ami-11111
  143. aws_secret_access_key = admin
  144. use_ipv6 = False
  145. log_format = %(asctime)s %(levelname)8s [%(name)s] %(message)s
  146. fake_network = False
  147. metadata_port = 8775
  148. force_dhcp_release = False
  149. dhcpbridge_flagfile = /etc/nova/nova-dhcpbridge.conf
  150. quota_gigabytes = 1000
  151. region_list = []
  152. dhcpbridge = /usr/lib/python2.7/dist-packages/bin/nova-dhcpbridge
  153. num_networks = 1
  154. network_manager = nova.network.manager.VlanManager
  155. root_helper = sudo
  156. logging_default_format_string = %(asctime)s %(levelname)s %(name)s [-] %(instance)s%(message)s
  157. osapi_volume_ext_list = []
  158. fake_rabbit = False
  159. log_date_format = %Y-%m-%d %H:%M:%S
  160. ca_path = /usr/lib/python2.7/dist-packages/CA
  161. dmz_cidr = []
  162. use_syslog = False
  163. sql_connection_trace = False
  164. osapi_path = /v1.1/
  165. syslog_log_facility = LOG_USER
  166. ec2_path = /services/Cloud
  167. linuxnet_interface_driver = nova.network.linux_net.LinuxBridgeInterfaceDriver
  168. bindir = /usr/lib/python2.7/dist-packages/bin
  169. auth_strategy = noauth
  170. config_file = ['/etc/nova/nova.conf']
  171. network_api_class = nova.network.api.API
  172. node_availability_zone = nova
  173. lockout_minutes = 15
  174. instance_uuid_format = [instance: %(uuid)s]
  175. db_driver = nova.db
  176. create_unique_mac_address_attempts = 5
  177. volume_manager = nova.volume.manager.VolumeManager
  178. glance_api_insecure = False
  179. pybasedir = /usr/lib/python2.7/dist-packages
  180. vlan_start = 100
  181. ipv6_backend = rfc2462
  182. l3_lib = nova.network.l3.LinuxNetL3
  183. isolated_images = []
  184. flat_injected = False
  185. api_paste_config = api-paste.ini
  186. quota_security_group_rules = 20
  187. network_driver = nova.network.linux_net
  188. quota_instances = 10
  189. project_cert_subject = /C=US/ST=California/O=OpenStack/OU=NovaDev/CN=project-ca-%.16s-%s
  190. policy_default_rule = default
  191. use_single_default_gateway = False
  192. control_exchange = nova
  193. cnt_vpn_clients = 0
  194. compute_manager = nova.compute.manager.ComputeManager
  195. network_topic = network
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement