Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. [DEFAULT]
  2. rootwrap_config=/etc/cinder/rootwrap.conf
  3. api_paste_confg=/etc/cinder/api-paste.ini
  4. iscsi_helper=tgtadm
  5. volume_name_template=volume-%s
  6. volume_group=cinder-volumes
  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.  
  13. rpc_backend=rabbit
  14. rabbit_host=controller
  15. rabbit_port=5672
  16. rabbit_userid=guest
  17. rabbit_password=passw0rd
  18.  
  19. [database]
  20. connection=mysql://cinder:passw0rd@controller/cinder
  21.  
  22. [keystone_authtoken]
  23. auth_uri=http://controller:5000
  24. auth_host=controller
  25. auth_port=35357
  26. auth_protocol=http
  27. admin_tenant_name=service
  28. admin_user=cinder
  29. admin_password=passw0rd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement