Advertisement
Guest User

cinder.conf

a guest
Jan 31st, 2018
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. [keystone_authtoken]
  2. memcached_servers = localhost:11211
  3. signing_dir = /var/cache/cinder
  4. cafile = /opt/stack/data/ca-bundle.pem
  5. project_domain_name = Default
  6. project_name = service
  7. user_domain_name = Default
  8. password = 90aa33e0baa501295b6a
  9. username = cinder
  10. auth_url = http://10.16.148.163/identity
  11. auth_type = password
  12.  
  13. [DEFAULT]
  14. cinder_internal_tenant_user_id = 55bc1823af914bd9a203eb3bbf1ac8a9
  15. cinder_internal_tenant_project_id = 03fe1df5c6314e3f83fbc2fe5a705ad3
  16. graceful_shutdown_timeout = 5
  17. glance_api_servers = http://10.16.148.163/image
  18. osapi_volume_workers = 2
  19. logging_exception_prefix = ERROR %(name)s %(instance)s
  20. logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
  21. logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(col
  22. or)s%(message)s
  23. logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}
  24. transport_url = rabbit://stackrabbit:f58ae039615036d2fde3@10.16.148.163:5672/
  25. default_volume_type = lvmdriver-1
  26. enabled_backends = ceph,lvmdriver-1
  27. restore_discard_excess_bytes = True
  28. backup_ceph_stripe_count = 0
  29. backup_ceph_stripe_unit = 0
  30. backup_ceph_user = cinder-bak
  31. backup_ceph_pool = backups
  32. backup_ceph_conf = /etc/ceph/ceph.conf
  33. backup_driver = cinder.backup.drivers.ceph
  34. glance_api_version = 2
  35. my_ip = 10.16.148.163
  36. periodic_interval = 60
  37. state_path = /opt/stack/data/cinder
  38. osapi_volume_listen = 0.0.0.0
  39. osapi_volume_extension = cinder.api.contrib.standard_extensions
  40. rootwrap_config = /etc/cinder/rootwrap.conf
  41. api_paste_config = /etc/cinder/api-paste.ini
  42. target_helper = lioadm
  43. debug = True
  44. auth_strategy = keystone
  45.  
  46. [database]
  47. connection = mysql+pymysql://root:25ca32a6e1d8b966c2da@127.0.0.1/cinder?charset=utf8
  48.  
  49. [oslo_concurrency]
  50. lock_path = /opt/stack/data/cinder
  51. [key_manager]
  52. fixed_key = b21b7d62128c8007db03340254ee23ad
  53. backend = cinder.keymgr.conf_key_mgr.ConfKeyManager
  54.  
  55. [ceph]
  56. image_volume_cache_enabled = True
  57. volume_clear = zero
  58. rbd_max_clone_depth = 5
  59. rbd_flatten_volume_from_snapshot = False
  60. rbd_secret_uuid = d5f8d12b-4b4c-4e03-8321-71d91567cba2
  61. rbd_user = cinder
  62. rbd_pool = volumes
  63. rbd_ceph_conf = /etc/ceph/ceph.conf
  64. volume_driver = cinder.volume.drivers.rbd.RBDDriver
  65. volume_backend_name = ceph
  66.  
  67. [lvmdriver-1]
  68. volume_group=cinder-volumes-1
  69. volume_driver=cinder.volume.drivers.lvm.LVMVolumeDriver
  70. volume_backend_name=LVM_iSCSI
  71.  
  72. [nova]
  73. region_name = RegionOne
  74. memcached_servers = localhost:11211
  75. signing_dir = /var/cache/cinder
  76. cafile = /opt/stack/data/ca-bundle.pem
  77. project_domain_name = Default
  78. project_name = service
  79. user_domain_name = Default
  80. password = 90aa33e0baa501295b6a
  81. username = nova
  82. auth_url = http://10.16.148.163/identity
  83. auth_type = password
  84.  
  85. [coordination]
  86. backend_url = etcd3+http://10.16.148.163:2379
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement