Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. sudo add-apt-repository ppa:juju/stable
  2. sudo apt-get update && sudo apt-get install juju-core charm-tools
  3.  
  4. openstack:
  5. type: openstack
  6. # Specifies whether the use of a floating IP address is required to give the nodes
  7. # a public IP address. Some installations assign public IP addresses by default without
  8. # requiring a floating IP address.
  9. # use-floating-ip: false
  10. admin-secret: 13850d1b9786065cadd0f477e8c97cd3
  11. # Globally unique swift bucket name
  12. control-bucket: juju-fd6ab8d02393af742bfbe8b9629707ee
  13. # Usually set via the env variable OS_AUTH_URL, but can be specified here
  14. # auth-url: https://yourkeystoneurl:443/v2.0/
  15. # override if your workstation is running a different series to which you are deploying
  16. # default-series: precise
  17. # The following are used for userpass authentication (the default)
  18. auth-mode: userpass
  19. # Usually set via the env variable OS_USERNAME, but can be specified here
  20. # username: <your username>
  21. # Usually set via the env variable OS_PASSWORD, but can be specified here
  22. # password: <secret>
  23. # Usually set via the env variable OS_TENANT_NAME, but can be specified here
  24. # tenant-name: <your tenant name>
  25. # Usually set via the env variable OS_REGION_NAME, but can be specified here
  26. # region: <your region>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement