]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove duplicated API server
authorKevin Benton <blak111@gmail.com>
Tue, 15 Sep 2015 16:46:05 +0000 (09:46 -0700)
committerKevin Benton <blak111@gmail.com>
Tue, 15 Sep 2015 16:46:05 +0000 (09:46 -0700)
commit7ab8ee2118e27a7940f4b66d88f028b30c2fb513
tree9dad5ce014ac3a10d5ea1ea4c5a31d8c1d4c7f1a
parent4e4a6cff5d257c85fb062d660ef2d1c9d0941ce9
Remove duplicated API server

The server in neutron.cmd.eventlet.api was almost exactly the same
as neutron.cmd.eventlet.server.main_wsgi_pecan(). This patch just
gets rid of the former and updates a bash script to reference the
latter.

Change-Id: Ib1ae1d4de9f61bf9eea7e3ceb7fd971195e452e3
neutron/cmd/eventlet/api.py [deleted file]
tools/pecan_server.sh