Revision 64209939 snf-cyclades-app/synnefo/api/networks.py

b/snf-cyclades-app/synnefo/api/networks.py
171 171
        d['created'] = api.utils.isoformat(network.created)
172 172
        d['status'] = state
173 173
        d['public'] = network.public
174
        d['external_router'] = network.external_router
174
        d['router:external'] = network.external_router
175 175
        d['admin_state_up'] = True
176 176
        d['subnets'] = list(network.subnets.values_list('id', flat=True))
177 177
        d['SNF:floating_ip_pool'] = network.floating_ip_pool

Also available in: Unified diff