Guest User

Untitled

a guest
Mar 18th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. root@vm01:/var/log# cat /etc/cinder/cinder.conf
  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. volume_group = cinder-volumes
  8. verbose = True
  9. auth_strategy = keystone
  10. state_path = /var/lib/cinder
  11. volumes_dir = /var/lib/cinder/volumes
  12. sql_connection = mysql://cinder:XXX@localhost:3306/cinder
  13. rabbit_password = XXX
Advertisement
Add Comment
Please, Sign In to add comment