Advertisement
Guest User

Untitled

a guest
Feb 25th, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. ubuntu@juju:~$ juju bootstrap --debug
  2. 2016-02-25 20:10:02 INFO juju.cmd supercommand.go:37 running juju [1.25.3-wily-amd64 gc]
  3. 2016-02-25 20:10:02 INFO juju.provider.openstack provider.go:243 opening environment "ost"
  4. 2016-02-25 20:10:02 DEBUG juju.environs.configstore disk.go:351 writing jenv file
  5. 2016-02-25 20:10:02 DEBUG juju.environs.configstore disk.go:475 writing jenv file to /home/ubuntu/.juju/environments/ost.jenv
  6. 2016-02-25 20:10:02 INFO juju.network network.go:242 setting prefer-ipv6 to false
  7. 2016-02-25 20:10:02 DEBUG juju.environs imagemetadata.go:111 using image datasource "image-metadata-url"
  8. 2016-02-25 20:10:02 DEBUG juju.environs imagemetadata.go:111 using image datasource "default cloud images"
  9. 2016-02-25 20:10:02 DEBUG juju.environs imagemetadata.go:111 using image datasource "default ubuntu cloud images"
  10. 2016-02-25 20:10:19 DEBUG juju.environs.simplestreams simplestreams.go:431 read metadata index at "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson"
  11. 2016-02-25 20:10:19 DEBUG juju.environs.simplestreams simplestreams.go:435 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {RegionOne http://192.168.4.11:5000/v2.0} not found
  12. 2016-02-25 20:10:20 DEBUG juju.environs.simplestreams simplestreams.go:431 read metadata index at "http://cloud-images.ubuntu.com/releases/streams/v1/index.json"
  13. 2016-02-25 20:10:20 DEBUG juju.environs.simplestreams simplestreams.go:435 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.json" because of missing information: index file has no data for cloud {RegionOne http://192.168.4.11:5000/v2.0} not found
  14. 2016-02-25 20:10:20 DEBUG juju.cmd.juju common.go:102 Destroying environment.
  15. 2016-02-25 20:10:20 INFO juju.cmd cmd.go:129 Bootstrap failed, destroying environment
  16. 2016-02-25 20:10:20 INFO juju.provider.common destroy.go:22 destroying environment "ost"
  17. 2016-02-25 20:10:20 INFO juju.provider.common destroy.go:33 destroying instances
  18. 2016-02-25 20:10:20 DEBUG juju.provider.openstack provider.go:1155 terminating instances []
  19. 2016-02-25 20:10:20 INFO juju.provider.common destroy.go:53 destroying storage
  20. 2016-02-25 20:10:21 DEBUG juju.provider.openstack provider.go:1632 deleting security group "juju-ost"
  21. 2016-02-25 20:10:21 DEBUG juju.provider.openstack provider.go:1632 deleting security group "juju-ost-0"
  22. 2016-02-25 20:10:22 ERROR juju.cmd supercommand.go:429 failed to bootstrap environment: index file has no data for cloud {RegionOne http://192.168.4.11:5000/v2.0} not found
  23.  
  24.  
  25. Using this environments.yaml file:
  26.  
  27. environments:
  28. ost:
  29. type: openstack
  30. use-floating-ip: false
  31. use-default-secgroup: false
  32. network: admin_internal_net
  33. auth-url: http://192.168.4.11:5000/v2.0
  34. region: RegionOne
  35. auth-mode: userpass
  36. tenant-name: juju
  37. username: juju
  38. password: supersecretpassword
  39. agent-metadata-url: http://192.168.111.36/tools/
  40. image-metadata-url: http://192.168.111.36/images/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement