neutron/neutron/cmd
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
..
eventlet Enable Guru Meditation Reports for other refarch agents 2015-12-18 22:04:56 +00:00
sanity Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
__init__.py Add Guru Meditation Reports support to Neutron services 2015-11-26 17:35:07 +01:00
ipset_cleanup.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
keepalived_state_change.py Replace keepalived notifier bash script with Python ip monitor 2015-03-18 18:59:33 -04:00
linuxbridge_cleanup.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
netns_cleanup.py Don't emit confusing error in netns-cleanup 2015-12-07 20:17:49 -05:00
ovs_cleanup.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
pd_notify.py Use SIGUSR1 to notify l3 agent of changing prefix file 2015-11-13 17:53:47 +03:00
sanity_check.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00