neutron/neutron/cmd/eventlet
Ihar Hrachyshka 60a40ffcca Enable Guru Meditation Reports for other refarch agents
OVS agent already supports GMR, but LinuxBridge and SR-IOV agents don't.
To enable them for those agents, we should move their main() entry
points under neutron/cmd/, so that __init__.py code that initializes
them is triggered on their invocation.

Since we put their entrypoints under neutron/cmd/eventlet/, there is now
also no need to explicitly monkey patch stdlib for eventlet in the
agents code (neutron/cmd/eventlet/__init__.py already does it for us).
With that, there is no more code in the tree that directly patches
stdlib except neutron/cmd/eventlet/__init__.py.

Also removed a way to execute agent modules as scripts since it's not a
supported way to invoke them (instead, stevedore generated console
scripts should always be used).

Change-Id: I9b823d07a41b575334e52065eed7e6be2741e79d
Implements: blueprint guru-meditation-report
2015-12-18 22:04:56 +00:00
..
agents Moved several services into neutron.cmd.eventlet 2015-02-18 13:33:57 +01:00
plugins Enable Guru Meditation Reports for other refarch agents 2015-12-18 22:04:56 +00:00
server Introduce a separate RPC server 2015-09-17 05:18:32 -07:00
services Moved several services into neutron.cmd.eventlet 2015-02-18 13:33:57 +01:00
__init__.py Add eventlet monkey_patch helper 2015-03-24 08:44:00 -07:00
usage_audit.py move usage_audit to cmd/eventlet package 2015-12-07 07:49:53 +00:00