Advertisement
Guest User

Untitled

a guest
Jul 19th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ubuntu@manager:~$ cat .juju/environments.yaml
  2. environments:
  3. openstack:
  4. type: ec2
  5. #where nova-api runs. (novarc's EC2_URL)
  6. ec2-uri: http://192.168.122.4:8773/services/Cloud
  7. #where nova-objectstore run. (novarc's S3_URL)
  8. s3-uri: http://192.168.122.4:3333
  9. #An existing images as shown by euca-describe-images
  10. default-image-id: ami-00000004
  11. #Your novarc's EC2_ACCESS_KEY
  12. access-key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  13. #Your novarc's EC2_SECRET_KEY
  14. secret-key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  15. default-series: precise
  16. admin-secret: f6e489b37394442aad266d6847061810
  17. control-bucket: juju-b0f324ef90bc4e418fb02c41e8f4498b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement