Statistics
| Branch: | Tag: | Revision:

root / snf-deploy / files / tmp / resources.json @ 0ac84a9a

History | View | Annotate | Download (1.5 kB)

1
[
2
    {
3
        "name": "astakos.pending_app", 
4
        "service_type": "account", 
5
        "limit": "2", 
6
        "allow_in_projects": "False", 
7
        "service_origin": "astakos_account", 
8
        "id": "1"
9
    }, 
10
    {
11
        "name": "pithos.diskspace", 
12
        "service_type": "object-store", 
13
        "limit": "10240.0 MB", 
14
        "allow_in_projects": "True", 
15
        "service_origin": "pithos_object-store", 
16
        "id": "2"
17
    }, 
18
    {
19
        "name": "cyclades.vm", 
20
        "service_type": "compute", 
21
        "limit": "4", 
22
        "allow_in_projects": "True", 
23
        "service_origin": "cyclades_compute", 
24
        "id": "3"
25
    }, 
26
    {
27
        "name": "cyclades.disk", 
28
        "service_type": "compute", 
29
        "limit": "102400.0 MB", 
30
        "allow_in_projects": "True", 
31
        "service_origin": "cyclades_compute", 
32
        "id": "4"
33
    }, 
34
    {
35
        "name": "cyclades.ram", 
36
        "service_type": "compute", 
37
        "limit": "10240.0 MB", 
38
        "allow_in_projects": "True", 
39
        "service_origin": "cyclades_compute", 
40
        "id": "5"
41
    }, 
42
    {
43
        "name": "cyclades.cpu", 
44
        "service_type": "compute", 
45
        "limit": "10", 
46
        "allow_in_projects": "True", 
47
        "service_origin": "cyclades_compute", 
48
        "id": "6"
49
    }, 
50
    {
51
        "name": "cyclades.network.private", 
52
        "service_type": "compute", 
53
        "limit": "10", 
54
        "allow_in_projects": "True", 
55
        "service_origin": "cyclades_compute", 
56
        "id": "7"
57
    }
58
]