Advertisement
Guest User

new cinder.conf

a guest
Nov 25th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. ========================================================================================
  2.  
  3. rootwrap_config=/etc/cinder/rootwrap.conf
  4. sql_connection = mysql://cinder:root@localhost/cinder
  5. api_paste_config = /etc/cinder/api-paste.ini
  6.  
  7. iscsi_helper=tgtadm
  8. volume_name_template = volume-%s
  9. volume_group = cinder-volumes
  10. verbose = True
  11. auth_strategy = keystone
  12. #osapi_volume_listen_port=5900
  13. [keystone_authtoken]
  14. admin_tenant_name = services
  15. admin_user = cinder
  16. admin_password = root
  17. auth_host = 192.168.1.49
  18. auth_port = 5000
  19. auth_protocol = http
  20. signing_dirname = /tmp/keystone-signing-cinder
  21.  
  22. ========================================================================================
  23.  
  24. [root@rdo ~]# echo $OS_AUTH_URL
  25. http://192.168.1.49:5000/v2.0
  26. [root@rdo ~]#
  27. [root@rdo ~]#
  28. [root@rdo ~]#
  29. [root@rdo ~]# echo $OS_USERNAME
  30. admin
  31. [root@rdo ~]# echo $OS_PASSWORD
  32. root@123
  33. [root@rdo ~]#
  34.  
  35. ======================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement