Revision cdd6fc06 snf-cyclades-app/synnefo/api/services.py

b/snf-cyclades-app/synnefo/api/services.py
85 85
                "service_type": "compute",
86 86
                "service_origin": "cyclades_compute",
87 87
            },
88
            'network-private': {
89
                "name": "cyclades.network.private",
90
                "desc": "Number of private networks",
91
                "service_type": "compute",
92
                "service_origin": "cyclades_compute",
93
            },
94
            'floating_ip': {
95
                "name": "cyclades.floating_ip",
96
                "desc": "Number of Floating IP addresses",
97
                "service_type": "compute",
98
                "service_origin": "cyclades_compute",
99
            },
100 88
        },
101 89
    },
102 90

  
......
112 100
        'resources': {},
113 101
    },
114 102

  
103
    'cyclades_network': {
104
        'type': 'network',
105
        'component': 'cyclades',
106
        'prefix': 'network',
107
        'public': True,
108
        'endpoints': [
109
            {'versionId': 'v2.0',
110
             'publicURL': None},
111
        ],
112
        'resources': {
113
            'network-private': {
114
                "name": "cyclades.network.private",
115
                "desc": "Number of private networks",
116
                "service_type": "compute",
117
                "service_origin": "cyclades_network",
118
            },
119
            'floating_ip': {
120
                "name": "cyclades.floating_ip",
121
                "desc": "Number of Floating IP addresses",
122
                "service_type": "compute",
123
                "service_origin": "cyclades_network",
124
            },
125
        },
126
    },
127

  
115 128
    'cyclades_vmapi': {
116 129
        'type': 'vmapi',
117 130
        'component': 'cyclades',

Also available in: Unified diff