Revision 2dc27ac1 snf-astakos-app/astakos/scripts/snf_service_export.py

b/snf-astakos-app/astakos/scripts/snf_service_export.py
21 21
                'name': "astakos.pending_app",
22 22
                'service_type': "account",
23 23
                'service_origin': "astakos_account",
24
                'allow_in_projects': False},
24
                "ui_visible": False,
25
                "api_visible": False},
25 26
        },
26 27
    },
27 28

  
......
93 94
                "desc": "Number of virtual machine processors",
94 95
                "service_type": "compute",
95 96
                "service_origin": "cyclades_compute",
97
                "ui_visible": False,
98
                "api_visible": False,
96 99
            },
97 100
            'cpu': {
98 101
                "name": "cyclades.cpu",
......
107 110
                "unit": "bytes",
108 111
                "service_type": "compute",
109 112
                "service_origin": "cyclades_compute",
113
                "ui_visible": False,
114
                "api_visible": False,
110 115
            },
111 116
            'ram': {
112 117
                "name": "cyclades.ram",

Also available in: Unified diff