]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Switch controller to actually call the plugins
authorKevin Benton <blak111@gmail.com>
Thu, 11 Jun 2015 14:35:48 +0000 (07:35 -0700)
committerKevin Benton <kevinbenton@buttewifi.com>
Sat, 1 Aug 2015 18:57:50 +0000 (18:57 +0000)
commite2a87ff044a29ccd205744d30afd04d6b510fab1
treebec964194e85e4033c15e64e0c42f341d4843a3c
parent5a5a88074352f47ebb8808ae3344004e2cdeea51
Switch controller to actually call the plugins

This swaps out the controller methods to actually dispatch the
requests to the plugins and return the result. After this patch
merges, pecan should serve as a minimally working API server for
development purposes.

TODOs:
* AMQP server - this will not listen for AMQP messages
* Cleanup policy and context modules - they only serve a happy path
* Implement the notifiers
* Move the functional tests into an appropriate location
* Bulk operations
* Address any other of the TODOs in the code

Partially-Implements: blueprint wsgi-pecan-switch
Co-Authored-By: Brandon Logan <brandon.logan@rackspace.com>
Change-Id: If5dc76a2974d13d45f0cc88419bcccb3332576cf
neutron/newapi/controllers/root.py
neutron/tests/functional/newapi/test_functional.py