Advertisement
Guest User

bkcloud12_cinder.conf

a guest
Aug 31st, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. root@bkcloud12:~# 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. auth_strategy = keystone
  9. state_path = /var/lib/cinder
  10. lock_path = /var/lock/cinder
  11. volumes_dir = /var/lib/cinder/volumes
  12. transport_url = rabbit://openstack:bkcloud123@controller
  13. auth_strategy = keystone
  14. my_ip = 192.168.50.12
  15. enabled_backends = lvm-bkcloud12
  16. glance_api_servers = http://controller:9292
  17. [database]
  18. connection = mysql+pymysql://cinder:bkcloud123@controller/cinder
  19. [keystone_authtoken]
  20. auth_uri = http://controller:5000
  21. auth_url = http://controller:35357
  22. memcached_servers = controller:11211
  23. auth_type = password
  24. project_domain_name = default
  25. user_domain_name = default
  26. project_name = service
  27. username = cinder
  28. password = bkcloud123
  29. [oslo_concurrency]
  30. lock_path = /var/lib/cinder/tmp
  31. [lvm-bkcloud12]
  32. volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
  33. volume_group = cinder-volumes-bkcloud12
  34. iscsi_protocol = iscsi
  35. iscsi_helper = tgtadm
  36. iscsi_ip_address = 192.168.80.12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement