Advertisement
pdobrien

juju images metadata

Sep 23rd, 2014
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. ubuntu@server:~/juju$ cat images/streams/v1/index.json
  2. {
  3. "index": {
  4. "com.ubuntu.cloud:custom": {
  5. "updated": "Mon, 22 Sep 2014 20:53:00 +0000",
  6. "format": "products:1.0",
  7. "datatype": "image-ids",
  8. "cloudname": "custom",
  9. "clouds": [
  10. {
  11. "region": "RegionOne",
  12. "endpoint": "https://<url>:8770/v2.0"
  13. }
  14. ],
  15. "path": "streams/v1/com.ubuntu.cloud:released:imagemetadata.json",
  16. "products": [
  17. "com.ubuntu.cloud:server:14.04:amd64",
  18. "com.ubuntu.cloud:server:12.04:amd64"
  19. ]
  20. }
  21. },
  22. "updated": "Mon, 22 Sep 2014 20:54:00 +0000",
  23. "format": "index:1.0"
  24. }
  25.  
  26. ubuntu@pat-gateway:~/juju$ cat images/streams/v1/com.ubuntu.cloud\:released\:imagemetadata.json
  27. {
  28. "products": {
  29. "com.ubuntu.cloud:server:14.04:amd64": {
  30. "version": "14.04",
  31. "arch": "amd64",
  32. "versions": {
  33. "20142209": {
  34. "items": {
  35. "6c1f5c16-4315-4f5d-a837-732c547b5cc6": {
  36. "id": "6c1f5c16-4315-4f5d-a837-732c547b5cc6",
  37. "region": "RegionOne",
  38. "endpoint": "https://<url>:8770/v2.0"
  39. }
  40. }
  41. }
  42. }
  43. }
  44. "com.ubuntu.cloud:server:12.04:amd64": {
  45. "version": "12.04",
  46. "arch": "amd64",
  47. "versions": {
  48. "20142309": {
  49. "items": {
  50. "394b50e7-faf4-45bb-870d-2f085acca11c": {
  51. "id": "394b50e7-faf4-45bb-870d-2f085acca11c",
  52. "region": "RegionOne",
  53. "endpoint": "https://<url>:8770/v2.0"
  54. }
  55. }
  56. }
  57. }
  58. }
  59. },
  60. "updated": "Tue, 23 Sep 2014 15:14:27 +0000",
  61. "format": "products:1.0",
  62. "content_id": "com.ubuntu.cloud:custom"
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement