Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. [DEFAULT]
  2. log_dir = /home/grozov/Desktop/tempest/cloud-01/logs
  3. log_file = tempest.log
  4.  
  5. [oslo_concurrency]
  6. lock_path = /home/grozov/Desktop/tempest/cloud-01/tempest_lock
  7.  
  8. [auth]
  9. admin_username = admin
  10. #admin_password = e11f16fcbde288a26c6766a685a3d04cdbffff53
  11. admin_password = b74a748d784cb76ed908ef51bdf23dce34c5c141
  12. admin_project_name = admin
  13. admin_domain_name = default
  14.  
  15. [identity]
  16. auth_version = v3
  17. uri_v3 = https://seal26.qa.lab.tlv.redhat.com:443/keystone/v3
  18. #uri_v3 = https://seal56.qa.lab.tlv.redhat.com:443/keystone/v3
  19.  
  20. [tripleo_ui]
  21. webdriver = "Chrome"
  22. marionette_binary = "path_to_wires"
  23. #url = "https://10.35.160.195"
  24. url = "https://seal26.qa.lab.tlv.redhat.com"
  25.  
  26. [logger_root]
  27. level=DEBUG
  28. handlers=file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement