Guest User

bkcloud11_cinder.conf

a guest
Aug 31st, 2017
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. root@bkcloud11:~# cat /etc/cinder/cinder.conf | egrep -v "(^#.*|^$)"
  2. [DEFAULT]
  3. rootwrap_config = /etc/cinder/rootwrap.conf
  4. api_paste_confg = /etc/cinder/api-paste.ini
  5. iscsi_helper = tgtadm
  6. volume_name_template = volume-%s
  7. verbose = True
  8. state_path = /var/lib/cinder
  9. lock_path = /var/lock/cinder
  10. volumes_dir = /var/lib/cinder/volumes
  11. transport_url = rabbit://openstack:bkcloud123@controller
  12. auth_strategy = keystone
  13. my_ip = 192.168.50.11
  14. enabled_backends = lvm-bkcloud11
  15. glance_api_servers = http://controller:9292
  16. [database]
  17. connection = mysql+pymysql://cinder:bkcloud123@controller/cinder
  18. [keystone_authtoken]
  19. auth_uri = http://controller:5000
  20. auth_url = http://controller:35357
  21. memcached_servers = controller:11211
  22. auth_type = password
  23. project_domain_name = default
  24. user_domain_name = default
  25. project_name = service
  26. username = cinder
  27. password = bkcloud123
  28. [oslo_concurrency]
  29. lock_path = /var/lib/cinder/tmp
  30. [lvm-bkcloud11]
  31. volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
  32. volume_group = cinder-volumes-bkcloud11
  33. iscsi_protocol = iscsi
  34. iscsi_helper = tgtadm
  35. iscsi_ip_address = 192.168.80.11
Add Comment
Please, Sign In to add comment