Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. play-openstack-config:
  2. # Set the location of the salt-master
  3. #
  4. minion:
  5. master: "192.168.158.8"
  6.  
  7. # Configure the OpenStack driver
  8. #
  9. identity_url: http://192.168.154.2:5000/v2.0/tokens/
  10. compute_name: nova
  11. protocol: ipv4
  12.  
  13. compute_region: RegionOne
  14.  
  15. # Configure Openstack authentication credentials
  16. #
  17. user: play
  18. password: play
  19. # tenant is the project name
  20. tenant: play
  21.  
  22. driver: openstack
  23.  
  24. # skip SSL certificate validation (default false)
  25. insecure: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement