Advertisement
Guest User

Untitled

a guest
Nov 14th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. [DEFAULT]
  2. rootwrap_config = /etc/cinder/rootwrap.conf
  3. log_dir = /var/log/cinder
  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. lock_path = /var/lock/cinder
  12. volumes_dir = /var/lib/cinder/volumes
  13. sql_connection=mysql+pymysql://cinder:[PASS]@10.0.0.1/cinder?charset=utf8&use_unicode=0
  14.  
  15. rpc_backend = rabbit
  16. rabbit_host = 10.0.0.1
  17. rabbit_userid = openstack
  18. rabbit_password = [PASS]
  19.  
  20. my_ip = 10.0.0.1
  21. glance_host = 10.0.0.1
  22.  
  23. [keystone_authtoken]
  24. auth_uri = http://10.0.0.1:5000
  25. auth_host = 10.0.0.1
  26. auth_port = 35357
  27. auth_protocol = http
  28. admin_tenant_name = service
  29. admin_user = cinder
  30. admin_password = [PASS]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement