Ubuntu Pastebin

Paste from bdx at Tue, 5 Jul 2016 19:14:49 +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
{
    "products": {
        "com.ubuntu.cloud:server:14.04:amd64": {
            "version": "14.04",
            "arch": "amd64",
            "versions": {
                "20160701": {
                    "items": {
                        "<trusty-img-id>": {
                            "id": "<trusty-img-id>",
                            "region": "RegionOne",
                            "endpoint": "http://<keystone-auth>:5000/v2.0/"
                        }
                    }
                }
            }
        },
        "com.ubuntu.cloud:server:16.04:amd64": {
            "version": "16.04",
            "arch": "amd64",
            "versions": {
                "20160701": {
                    "items": {
                        "<xenial-img-uuid>": {
                            "id": "<xenial-img-uuid>",
                            "region": "RegionOne",
                            "endpoint": "http://<keystone-auth>:5000/v2.0/"
                    }
                }
            }
        }
    },
    "updated": "Fri, 01 Jul 2016 22:59:06 +0000",
    "format": "products:1.0",
    "content_id": "com.ubuntu.cloud:custom"
}
Download as text