Hello, I have a problem about quantum source code.
When I found ’APIRouter‘ according to ’api-paste.ini‘, I cannot understand
how the ’APIRouter‘ deals with ‘environ’ that is from 'wsgi'.
For example, when I send "GET /v2.0/networks/{network-id}" , will the
‘show(request, id)’ method of 'Controller' in ‘quantum/api/v2/base.py’ be
called?  And where is the ‘network-id’ picked up from URI ? And where is
the ‘request’  created?
Thanks a lot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20121019/67ea91fa/attachment-0001.html>