]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adding support for 'detail' action on networks objects
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Fri, 10 Jun 2011 14:53:11 +0000 (15:53 +0100)
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Fri, 10 Jun 2011 14:53:11 +0000 (15:53 +0100)
commitcc07877e10b241b398db9fcd6e1c9781236b2a12
tree706b8696b938a045d76df2e0d025509f5fe98f87
parent15a625ba16a8179a6b3d509cbd80c98b3ed41033
Adding support for 'detail' action on networks objects

GET /tenants/{tenant-id}/networks/detail
returns details about all networks (id,name,number of logical ports)

GET /tenants/{tenant-id}/networks/{network-id}/detail
return complete details about a specific network, including ports and attachments
quantum/api/__init__.py
quantum/api/networks.py
quantum/api/views/networks.py
quantum/api/views/ports.py