]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add startup hook after pecan init for plugins
authorKevin Benton <blak111@gmail.com>
Thu, 11 Jun 2015 09:05:22 +0000 (02:05 -0700)
committerKevin Benton <kevinbenton@buttewifi.com>
Sat, 1 Aug 2015 18:54:51 +0000 (18:54 +0000)
commit0a46c8542817b3f4a5f88e298696072f4708671a
tree4c64bd6e70b7966804277c957a62bade4e566062
parentad33f2550d1131db613761e9cfa47c0a719806b6
Add startup hook after pecan init for plugins

Add a startup method to initialize all of the plugins after the
pecan app is configured but before it is returned to guaruntee
that everything is ready before the app starts taking requests.

Change-Id: Id18ac5ab979b5f2cb49b69d8650248010e02fe76
Partially-Implements: blueprint wsgi-pecan-switch
neutron/newapi/app.py
neutron/newapi/startup.py [new file with mode: 0644]
neutron/tests/functional/newapi/test_functional.py