Advertisement
ishikawa84g

20141221_cinder.conf

Dec 21st, 2014
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. [DEFAULT]
  2. rabbit_host=192.168.5.121
  3. rabbit_port=5672
  4. rabbit_hosts=$rabbit_host:$rabbit_port
  5. rabbit_use_ssl=false
  6. rabbit_userid=cinder
  7. rabbit_password=Stackers0
  8. rabbit_login_method=AMQPLAIN
  9. rabbit_virtual_host=/cinder
  10. rabbit_retry_interval=1
  11. rabbit_retry_backoff=2
  12. rabbit_max_retries=0
  13. rabbit_ha_queues=false
  14. notification_driver=cinder.openstack.common.notifier.rpc_notifier
  15. notification_topics=notifications
  16. rpc_backend=rabbit
  17. control_exchange=cinder
  18. quota_volumes=10
  19. quota_snapshots=10
  20. quota_consistencygroups=10
  21. quota_gigabytes=1000
  22. quota_backups=10
  23. quota_backup_gigabytes=1000
  24. reservation_expire=86400
  25. until_refresh=0
  26. max_age=0
  27. quota_driver=cinder.quota.DbQuotaDriver
  28. use_default_quota_class=true
  29. report_interval=10
  30. periodic_interval=60
  31. periodic_fuzzy_delay=60
  32. osapi_volume_listen=0.0.0.0
  33. osapi_volume_listen_port=8776
  34. osapi_volume_workers=1
  35. max_header_line=16384
  36. wsgi_keep_alive=true
  37. tcp_keepalive=true
  38. tcp_keepidle=600
  39. osapi_max_limit=1000
  40. use_forwarded_for=false
  41. osapi_max_request_body_size=114688
  42. backup_metadata_version=1
  43. backup_ceph_conf=/etc/ceph/ceph.conf
  44. backup_ceph_user=backup
  45. backup_ceph_chunk_size=134217728
  46. backup_ceph_pool=backups
  47. backup_ceph_stripe_unit=0
  48. backup_ceph_stripe_count=0
  49. restore_discard_excess_bytes=true
  50. backup_driver=cinder.backup.drivers.ceph
  51. api_paste_config=api-paste.ini
  52. state_path=/var/lib/cinder
  53. my_ip=192.168.5.121
  54. glance_host=$my_ip
  55. glance_port=9292
  56. glance_api_servers=$glance_host:$glance_port
  57. glance_api_version=1
  58. glance_num_retries=0
  59. scheduler_topic=cinder-scheduler
  60. volume_topic=cinder-volume
  61. backup_topic=cinder-backup
  62. enable_v1_api=true
  63. enable_v2_api=true
  64. api_rate_limit=true
  65. osapi_volume_extension=cinder.api.contrib.standard_extensions
  66. volume_manager=cinder.volume.manager.VolumeManager
  67. backup_manager=cinder.backup.manager.BackupManager
  68. scheduler_manager=cinder.scheduler.manager.SchedulerManager
  69. host=ctrl001
  70. storage_availability_zone=nova
  71. default_availability_zone=nova
  72. #default_volume_type=lvmdriver-1
  73. volume_usage_audit_period=month
  74. rootwrap_config=/etc/cinder/rootwrap.conf
  75. service_down_time=60
  76. volume_api_class=cinder.volume.api.API
  77. backup_api_class=cinder.backup.api.API
  78. auth_strategy=keystone
  79. #enabled_backends=lvmdriver-1
  80. no_snapshot_gb_quota=false
  81. transfer_api_class=cinder.transfer.api.API
  82. replication_api_class=cinder.replication.api.API
  83. consistencygroup_api_class=cinder.consistencygroup.api.API
  84. compute_api_class=cinder.compute.nova.API
  85. nova_catalog_info=compute:nova:internalURL
  86. nova_catalog_admin_info=compute:nova:adminURL
  87. db_backend=sqlalchemy
  88. enable_new_services=true
  89. volume_name_template=volume-%s
  90. snapshot_name_template=snapshot-%s
  91. backup_name_template=backup-%s
  92. db_driver=cinder.db
  93. lock_path=/var/lock/cinder
  94. debug=True
  95. verbose=True
  96. use_stderr=True
  97. publish_errors=false
  98. fatal_deprecations=false
  99. instance_format=[instance: %(uuid)s]
  100. instance_uuid_format=[instance: %(uuid)s]
  101. log_date_format="%Y-%m-%d %H:%M:%S"
  102. log_dir=/var/log/cinder
  103. use_syslog=false
  104. run_external_periodic_tasks=true
  105. policy_file=policy.json
  106. policy_default_rule=default
  107. scheduler_host_manager=cinder.scheduler.host_manager.HostManager
  108. scheduler_max_attempts=3
  109. scheduler_default_filters=AvailabilityZoneFilter,CapacityFilter,CapabilitiesFilter
  110. scheduler_default_weighers=CapacityWeigher
  111. scheduler_driver=cinder.scheduler.filter_scheduler.FilterScheduler
  112. max_gigabytes=10000
  113. capacity_weight_multiplier=1.0
  114. allocated_capacity_weight_multiplier=-1.0
  115. volume_number_multiplier=-1.0
  116. snapshot_same_host=True
  117. cloned_volume_same_az=True
  118. iscsi_num_targets=100
  119. iscsi_target_prefix=iqn.2010-10.org.openstack:
  120. iscsi_ip_address=$my_ip
  121. iscsi_port=3260
  122. num_volume_device_scan_tries=3
  123. use_multipath_for_image_xfer=false
  124. volume_clear=zero
  125. volume_clear_size=0
  126. iscsi_helper=tgtadm
  127. volumes_dir=$state_path/volumes
  128. volume_dd_blocksize=1M
  129. volume_copy_blkio_cgroup_name=cinder-volume-copy
  130. volume_copy_bps_limit=0
  131. iscsi_write_cache=on
  132.  
  133. [database]
  134. backend=sqlalchemy
  135. connection=mysql://cinder:Stackers0@192.168.5.121/cinder?charset=utf8
  136. mysql_sql_mode=TRADITIONAL
  137.  
  138. [keystone_authtoken]
  139. signing_dir = /var/cache/cinder
  140. admin_password = Stackers0
  141. admin_user = cinder
  142. admin_tenant_name = service
  143. auth_uri = http://192.168.5.121:5000/v2.0
  144. cafile = /opt/stack/data/ca-bundle.pem
  145. identity_uri = http://192.168.5.121:35357
  146. auth_protocol = http
  147. auth_port = 35357
  148. auth_host = 192.168.5.121
  149. memcached_servers=192.168.5.121:11211
  150. enforce_token_bind=permissive
  151. check_revocations_for_cached=false
  152. hash_algorithms=md5
  153.  
  154. #[lvmdriver-1]
  155. volume_group=cinder-volumes
  156. volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver
  157. #volume_backend_name=lvmdriver-1
  158.  
  159. #[rbddriver-1]
  160. #volume_driver = cinder.volume.drivers.rbd.RBDDriver
  161. #rbd_pool=cinder
  162. #rbd_user=cinder
  163. #rbd_ceph_conf=/etc/ceph/ceph.conf
  164. #rbd_flatten_volume_from_snapshot=false
  165. #rbd_secret_uuid=abf71628-a07e-407a-af42-6a0948112d4b
  166. #volume_tmp_dir=
  167. #rbd_max_clone_depth=5
  168. #rbd_store_chunk_size=4
  169. #rados_connect_timeout=-1
  170. #volume_backend_name=rbddriver-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement