Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. /etc/nova/nova.conf
  2. [DEFAULT]
  3. default_availability_zone=nova
  4. compute_driver=libvirt.LibvirtDriver
  5. vif_plugging_is_fatal=false
  6. reserved_host_memory_mb=28000
  7. disk_allocation_ratio=10.0
  8. network_allocate_retries=3
  9. max_concurrent_live_migrations=5
  10. heal_instance_info_cache_interval=60
  11. my_ip=10.201.34.119
  12. dhcpbridge_flagfile=/etc/nova/nova.conf
  13. dhcpbridge=/usr/bin/nova-dhcpbridge
  14. linuxnet_ovs_integration_bridge=br-int
  15. metadata_host=127.0.0.1
  16. metadata_port=8775
  17. firewall_driver=nova.virt.firewall.NoopFirewallDriver
  18. state_path=/var/lib/nova
  19. enabled_apis=osapi_compute,metadata
  20. osapi_compute_listen_port=18774
  21. metadata_listen=127.0.0.1
  22. metadata_listen_port=8775
  23. metadata_workers=8
  24. debug=true
  25. verbose=true
  26. log_dir=/var/log/nova
  27. transport_url=rabbit://openstack:openstack@rabbitmq:5670
  28. [api]
  29. auth_strategy=keystone
  30. use_forwarded_for=true
  31. [api_database]
  32. [barbican]
  33. [cache]
  34. backend=oslo_cache.memcache_pool
  35. enabled=true
  36. memcache_servers=127.0.0.1:11212
  37. [cells]
  38. enable=False
  39. [cinder]
  40. os_region_name=RegionOne
  41. [cloudpipe]
  42. [conductor]
  43. [console]
  44. [consoleauth]
  45. [cors]
  46. [cors.subdomain]
  47. [crypto]
  48. [database]
  49. [ephemeral_storage_encryption]
  50. [filter_scheduler]
  51. [glance]
  52. api_servers=http://image
  53. [guestfs]
  54. [healthcheck]
  55. [hyperv]
  56. [image_file_url]
  57. [ironic]
  58. [key_manager]
  59. [keystone_authtoken]
  60. region_name=RegionOne
  61. auth_uri= http://identity/v3
  62. auth_version=3
  63. auth_url = http://identity/v3
  64. auth_type = password
  65. project_domain_id = default
  66. user_domain_id = default
  67. project_name = service
  68. username = nova
  69. password = nova
  70. memcached_servers=127.0.0.1:11212
  71. [libvirt]
  72. images_type = rbd
  73. images_rbd_pool = vms
  74. images_rbd_ceph_conf = /etc/ceph/ceph.conf
  75. disk_cachemodes="network=writeback"
  76. rbd_user = cinder
  77. rbd_secret_uuid = f0e495c7-868d-477d-94f4-4a1cee3ec492
  78. hw_disk_discard = unmap
  79. live_migration_flag= "VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST,VIR_MIGRATE_TUNNELLED"
  80. libvirt_inject_password = false
  81. libvirt_inject_key = false
  82. libvirt_inject_partition = -2
  83. virt_type=kvm
  84. cpu_mode=custom
  85. cpu_model=Haswell-noTSX
  86. rng_dev_path=/dev/random
  87. [matchmaker_redis]
  88. [metrics]
  89. [mks]
  90. [neutron]
  91. url = http://network
  92. region_name=RegionOne
  93. auth_uri= http://identity/v3
  94. auth_version=3
  95. auth_url = http://identity/v3
  96. auth_type = password
  97. project_domain_id = default
  98. user_domain_id = default
  99. project_name = service
  100. username = neutron
  101. password = openstack
  102. ovs_bridge=br-int
  103. service_metadata_proxy=true
  104. metadata_proxy_shared_secret = 123
  105. [notifications]
  106. [osapi_v21]
  107. [oslo_concurrency]
  108. lock_path=/var/lock/nova
  109. [oslo_messaging_amqp]
  110. [oslo_messaging_kafka]
  111. [oslo_messaging_notifications]
  112. [oslo_messaging_rabbit]
  113. amqp_auto_delete=false
  114. [oslo_messaging_zmq]
  115. [oslo_middleware]
  116. [oslo_policy]
  117. [pci]
  118. [placement]
  119. os_region_name = RegionOne
  120. auth_url = http://identity/v3
  121. auth_type = password
  122. project_domain_id = default
  123. user_domain_id = default
  124. project_name = service
  125. username = placement
  126. password = placement
  127. [quota]
  128. [rdp]
  129. [remote_debug]
  130. [scheduler]
  131. [serial_console]
  132. [service_user]
  133. [spice]
  134. [ssl]
  135. [trusted_computing]
  136. [upgrade_levels]
  137. [vendordata_dynamic_auth]
  138. [vmware]
  139. [vnc]
  140. enabled=false
  141. vncserver_listen=0.0.0.0
  142. vncserver_proxyclient_address=10.201.34.119
  143. novncproxy_base_url=http://api:6080/vnc_auto.html
  144. [workarounds]
  145. disable_libvirt_livesnapshot=false
  146. [wsgi]
  147. api_paste_config=/etc/nova/api-paste.ini
  148. [xenserver]
  149. [xvp]
  150. [lxd]
  151. pool = default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement