Ubuntu Pastebin

Paste from Muntaner at Mon, 9 Feb 2015 15:31:59 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
index.json:

{
    "index": {
        "com.ubuntu.cloud:custom": {
            "updated": "Mon, 09 Feb 2015 16:24:57 +0100",
            "format": "products:1.0",
            "datatype": "image-ids",
            "cloudname": "custom",
            "clouds": [
                {
                    "region": "RegionOne",
                    "endpoint": "http://10.0.0.230:5000/v2.0"
                }
            ],
            "path": "streams/v1/com.ubuntu.cloud:released:imagemetadata.json",
            "products": [
                "com.ubuntu.cloud:server:14.04:amd64"
            ]
        }
    },
    "updated": "Mon, 09 Feb 2015 16:24:57 +0100",
    "format": "index:1.0"
}

com.ubuntu.cloud:released:imagemetadata.json:

{
    "products": {
        "com.ubuntu.cloud:server:14.04:amd64": {
            "version": "14.04",
            "arch": "amd64",
            "versions": {
                "20150902": {
                    "items": {
                        "662d6b37-2c1b-42c3-9bd7-6f1c3ab5af50": {
                            "id": "662d6b37-2c1b-42c3-9bd7-6f1c3ab5af50",
                            "region": "RegionOne",
                            "endpoint": "http://10.0.0.230:5000/v2.0"
                        }
                    }
                }
            }
        }
    },
    "updated": "Mon, 09 Feb 2015 16:24:57 +0100",
    "format": "products:1.0",
    "content_id": "com.ubuntu.cloud:custom"
}
Download as text