]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ensure that the neutron server is properly monkey patched
authorJason Dillaman <dillaman@redhat.com>
Tue, 9 Jul 2013 14:22:05 +0000 (10:22 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 9 Jul 2013 18:08:21 +0000 (14:08 -0400)
commit34b8ee5d5985d05b8e7cfa3f4500c11030814b7d
tree26824307cae57dfcffe2dc44ada01448f29e793a
parenta3d0a4450aa868187b71ecd7bdd39f7dad0034de
Ensure that the neutron server is properly monkey patched

The legacy 'quantum-server' script will apply the eventlet
monkey patch whereas the new 'neutron-server' entry point
does not.  This prevents the server from properly handling
the REST interface.

Fixes bug #1199383

Change-Id: I498d2b02e6018425fc4538eff6803df8971f8e82
neutron/server/__init__.py